Shades of Dark Green #001609
Tints of Dark Green #001609
RGB
CMYK
RGB Variations
Color information
#001609 (or 0x001609) is known color: Dark Green. HEX triplet: 00, 16 and 09. RGB value is (0,22,9). Sum of RGB (Red+Green+Blue) = 0+22+9=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 22 (8.98% from 255 or 70.97% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 22 - color contains mainly: green. Hex color #001609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001609 is #FFE9F6. Grayscale: #0D0D0D. Windows color (decimal): -16771575 or 595456. OLE color: 595456.
HSL color Cylindrical-coordinate representation of color #001609: hue angle of 144.55º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001609 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 22 | 9 | - |
| CMYK | 1 | 0 | 0.59 | 0.91 |
| HSL | 144.55º | 1% | 0.04% | - |
| HSV(B) | 144.55º | 1% | 0.09% | - |
| XYZ | 0.34 | 0.59 | 0.36 | - |
| YUV | 13.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 9 | 1 | 0 | 0.59 | 0.91 | 144.55 | 1 | 0.04 |
| Hex | 0 | 16 | 9 | 64 | 0 | 3B | 5B | 91 | 64 | 4 |
| Octal | 0 | 26 | 11 | 144 | 0 | 73 | 133 | 221 | 144 | 4 |
| Binary | 0 | 10110 | 1001 | 1100100 | 0 | 111011 | 1011011 | 10010001 | 1100100 | 100 |
Color Harmonies of #001609
Complementary color
Monochromatic Colors of #001609
Black with #001609
Text Example
Text Example
White with #001609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001609; }
p { color: rgb(0,22,9); }
H1.HeaderClassName
{
color: #001609;
}
.AnyTagClassName
{
color: #001609;
}
</style>
background-color css
<style>
a { background-color: #001609; }
a { background-color: rgb(0,22,9); }
div.DivClassName
{
background-color: #001609;
}
.BgClassName
{
background-color: #001609;
}
</style>
border-color css
<style>
span { border-color: #001609; }
span { border-color: rgb(0,22,9); }
td.TdClassName
{
border-color: #001609;
}
.TagClassName
{
border-color: #001609;
}
</style>