Shades of Green #016409
Tints of Green #016409
RGB
CMYK
RGB Variations
Color information
#016409 (or 0x016409) is known color: Green. HEX triplet: 01, 64 and 09. RGB value is (1,100,9). Sum of RGB (Red+Green+Blue) = 1+100+9=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 100 (39.45% from 255 or 90.91% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 100 - color contains mainly: green. Hex color #016409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016409 is #FE9BF6. Grayscale: #3C3C3C. Windows color (decimal): -16686071 or 615425. OLE color: 615425.
HSL color Cylindrical-coordinate representation of color #016409: hue angle of 124.85º 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 #016409 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 9 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.61 |
| HSL | 124.85º | 0.98% | 0.2% | - |
| HSV(B) | 124.85º | 0.99% | 0.39% | - |
| XYZ | 4.62 | 9.14 | 1.78 | - |
| YUV | 60.03 | 99.2 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 9 | 0.99 | 0 | 0.91 | 0.61 | 124.85 | 0.98 | 0.2 |
| Hex | 1 | 64 | 9 | 63 | 0 | 5B | 3D | 7D | 62 | 14 |
| Octal | 1 | 144 | 11 | 143 | 0 | 133 | 75 | 175 | 142 | 24 |
| Binary | 1 | 1100100 | 1001 | 1100011 | 0 | 1011011 | 111101 | 1111101 | 1100010 | 10100 |
Color Harmonies of #016409
Complementary color
Monochromatic Colors of #016409
Black with #016409
Text Example
Text Example
White with #016409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016409; }
p { color: rgb(1,100,9); }
H1.HeaderClassName
{
color: #016409;
}
.AnyTagClassName
{
color: #016409;
}
</style>
background-color css
<style>
a { background-color: #016409; }
a { background-color: rgb(1,100,9); }
div.DivClassName
{
background-color: #016409;
}
.BgClassName
{
background-color: #016409;
}
</style>
border-color css
<style>
span { border-color: #016409; }
span { border-color: rgb(1,100,9); }
td.TdClassName
{
border-color: #016409;
}
.TagClassName
{
border-color: #016409;
}
</style>