Shades of Green #196401
Tints of Green #196401
RGB
CMYK
RGB Variations
Color information
#196401 (or 0x196401) is known color: Green. HEX triplet: 19, 64 and 01. RGB value is (25,100,1). Sum of RGB (Red+Green+Blue) = 25+100+1=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 100 (39.45% from 255 or 79.37% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 100 - color contains mainly: green. Hex color #196401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196401 is #E69BFE. Grayscale: #424242. Windows color (decimal): -15113215 or 91161. OLE color: 91161.
HSL color Cylindrical-coordinate representation of color #196401: hue angle of 105.45º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #196401 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.61 |
| HSL | 105.45º | 0.98% | 0.2% | - |
| HSV(B) | 105.45º | 0.99% | 0.39% | - |
| XYZ | 4.96 | 9.32 | 1.57 | - |
| YUV | 66.29 | 91.15 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 1 | 0.75 | 0 | 0.99 | 0.61 | 105.45 | 0.98 | 0.2 |
| Hex | 19 | 64 | 1 | 4B | 0 | 63 | 3D | 69 | 62 | 14 |
| Octal | 31 | 144 | 1 | 113 | 0 | 143 | 75 | 151 | 142 | 24 |
| Binary | 11001 | 1100100 | 1 | 1001011 | 0 | 1100011 | 111101 | 1101001 | 1100010 | 10100 |
Color Harmonies of #196401
Complementary color
Monochromatic Colors of #196401
Black with #196401
Text Example
Text Example
White with #196401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196401; }
p { color: rgb(25,100,1); }
H1.HeaderClassName
{
color: #196401;
}
.AnyTagClassName
{
color: #196401;
}
</style>
background-color css
<style>
a { background-color: #196401; }
a { background-color: rgb(25,100,1); }
div.DivClassName
{
background-color: #196401;
}
.BgClassName
{
background-color: #196401;
}
</style>
border-color css
<style>
span { border-color: #196401; }
span { border-color: rgb(25,100,1); }
td.TdClassName
{
border-color: #196401;
}
.TagClassName
{
border-color: #196401;
}
</style>