Search found 1 match
- Mon Jul 16, 2018 5:47 am
- Forum: General Discussion
- Topic: RBG values to colour name Python
- Replies: 1
- Views: 3756
RBG values to colour name Python
Hi,I was looking to convert given RGB values to the actual colour name in Python or atleast the close match of the colour. Given the values, [50.2862498 72.08996663 70.66173433] I want to be able to distinguish these values from [185.89894822 186.47802004 185.94613642] as a shade of green. Reason I ...