RBG values to colour name Python
Posted: Mon Jul 16, 2018 5:47 am
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 need to do that is to remove shades of green from an image.
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 need to do that is to remove shades of green from an image.