Shades of Dark Green #051209
Tints of Dark Green #051209
RGB
CMYK
RGB Variations
Color information
#051209 (or 0x051209) is known color: Dark Green. HEX triplet: 05, 12 and 09. RGB value is (5,18,9). Sum of RGB (Red+Green+Blue) = 5+18+9=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 18 (7.42% from 255 or 56.25% from 32); Blue value is 9 (3.91% from 255 or 28.12% from 32); Max value from RGB is 18 - color contains mainly: green. Hex color #051209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051209 is #FAEDF6. Grayscale: #0D0D0D. Windows color (decimal): -16444919 or 594437. OLE color: 594437.
HSL color Cylindrical-coordinate representation of color #051209: hue angle of 138.46º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #051209 is Cyan = 0.72, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 18 | 9 | - |
| CMYK | 0.72 | 0 | 0.5 | 0.93 |
| HSL | 138.46º | 0.57% | 0.05% | - |
| HSV(B) | 138.46º | 0.72% | 0.07% | - |
| XYZ | 0.33 | 0.48 | 0.33 | - |
| YUV | 13.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 9 | 0.72 | 0 | 0.5 | 0.93 | 138.46 | 0.57 | 0.05 |
| Hex | 5 | 12 | 9 | 48 | 0 | 32 | 5D | 8A | 39 | 5 |
| Octal | 5 | 22 | 11 | 110 | 0 | 62 | 135 | 212 | 71 | 5 |
| Binary | 101 | 10010 | 1001 | 1001000 | 0 | 110010 | 1011101 | 10001010 | 111001 | 101 |
Color Harmonies of #051209
Complementary color
Monochromatic Colors of #051209
Black with #051209
Text Example
Text Example
White with #051209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051209; }
p { color: rgb(5,18,9); }
H1.HeaderClassName
{
color: #051209;
}
.AnyTagClassName
{
color: #051209;
}
</style>
background-color css
<style>
a { background-color: #051209; }
a { background-color: rgb(5,18,9); }
div.DivClassName
{
background-color: #051209;
}
.BgClassName
{
background-color: #051209;
}
</style>
border-color css
<style>
span { border-color: #051209; }
span { border-color: rgb(5,18,9); }
td.TdClassName
{
border-color: #051209;
}
.TagClassName
{
border-color: #051209;
}
</style>