Shades of Green #166404
Tints of Green #166404
RGB
CMYK
RGB Variations
Color information
#166404 (or 0x166404) is known color: Green. HEX triplet: 16, 64 and 04. RGB value is (22,100,4). Sum of RGB (Red+Green+Blue) = 22+100+4=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 100 (39.45% from 255 or 79.37% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 100 - color contains mainly: green. Hex color #166404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166404 is #E99BFB. Grayscale: #424242. Windows color (decimal): -15309820 or 287766. OLE color: 287766.
HSL color Cylindrical-coordinate representation of color #166404: hue angle of 108.75º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #166404 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 100 | 4 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.61 |
| HSL | 108.75º | 0.92% | 0.2% | - |
| HSV(B) | 108.75º | 0.96% | 0.39% | - |
| XYZ | 4.91 | 9.29 | 1.65 | - |
| YUV | 65.73 | 93.16 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 100 | 4 | 0.78 | 0 | 0.96 | 0.61 | 108.75 | 0.92 | 0.2 |
| Hex | 16 | 64 | 4 | 4E | 0 | 60 | 3D | 6D | 5C | 14 |
| Octal | 26 | 144 | 4 | 116 | 0 | 140 | 75 | 155 | 134 | 24 |
| Binary | 10110 | 1100100 | 100 | 1001110 | 0 | 1100000 | 111101 | 1101101 | 1011100 | 10100 |
Color Harmonies of #166404
Complementary color
Monochromatic Colors of #166404
Black with #166404
Text Example
Text Example
White with #166404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166404; }
p { color: rgb(22,100,4); }
H1.HeaderClassName
{
color: #166404;
}
.AnyTagClassName
{
color: #166404;
}
</style>
background-color css
<style>
a { background-color: #166404; }
a { background-color: rgb(22,100,4); }
div.DivClassName
{
background-color: #166404;
}
.BgClassName
{
background-color: #166404;
}
</style>
border-color css
<style>
span { border-color: #166404; }
span { border-color: rgb(22,100,4); }
td.TdClassName
{
border-color: #166404;
}
.TagClassName
{
border-color: #166404;
}
</style>