geekquad / Color-Recognizer

An application that provides color names and HTML/RGB mappings as output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color-Recognizer

A basic application that will help us to detect the colors in an image. The program will also return the RGB values of the colors.

Since most of the colors can be defined using Red, Green, and Blue. That is why we will use the RGB format as our data points. A ready .csv file with around 1000 color names and the RGB values can be found here.

Exiting the Application

To Exit the Application, just press the ESC key. 

Sample Output:

About

An application that provides color names and HTML/RGB mappings as output.


Languages

Language:HTML 99.2%Language:Python 0.8%