Shades of Dark Green #051409
Tints of Dark Green #051409
RGB
CMYK
RGB Variations
Color information
#051409 (or 0x051409) is known color: Dark Green. HEX triplet: 05, 14 and 09. RGB value is (5,20,9). Sum of RGB (Red+Green+Blue) = 5+20+9=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 20 (8.20% from 255 or 58.82% from 34); Blue value is 9 (3.91% from 255 or 26.47% from 34); Max value from RGB is 20 - color contains mainly: green. Hex color #051409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051409 is #FAEBF6. Grayscale: #0E0E0E. Windows color (decimal): -16444407 or 594949. OLE color: 594949.
HSL color Cylindrical-coordinate representation of color #051409: hue angle of 136º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #051409 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 20 | 9 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.92 |
| HSL | 136º | 0.6% | 0.05% | - |
| HSV(B) | 136º | 0.75% | 0.08% | - |
| XYZ | 0.36 | 0.55 | 0.35 | - |
| YUV | 14.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 9 | 0.75 | 0 | 0.55 | 0.92 | 136 | 0.6 | 0.05 |
| Hex | 5 | 14 | 9 | 4B | 0 | 37 | 5C | 88 | 3C | 5 |
| Octal | 5 | 24 | 11 | 113 | 0 | 67 | 134 | 210 | 74 | 5 |
| Binary | 101 | 10100 | 1001 | 1001011 | 0 | 110111 | 1011100 | 10001000 | 111100 | 101 |
Color Harmonies of #051409
Complementary color
Monochromatic Colors of #051409
Black with #051409
Text Example
Text Example
White with #051409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051409; }
p { color: rgb(5,20,9); }
H1.HeaderClassName
{
color: #051409;
}
.AnyTagClassName
{
color: #051409;
}
</style>
background-color css
<style>
a { background-color: #051409; }
a { background-color: rgb(5,20,9); }
div.DivClassName
{
background-color: #051409;
}
.BgClassName
{
background-color: #051409;
}
</style>
border-color css
<style>
span { border-color: #051409; }
span { border-color: rgb(5,20,9); }
td.TdClassName
{
border-color: #051409;
}
.TagClassName
{
border-color: #051409;
}
</style>