Shades of Dark Green #051612
Tints of Dark Green #051612
RGB
CMYK
RGB Variations
Color information
#051612 (or 0x051612) is known color: Dark Green. HEX triplet: 05, 16 and 12. RGB value is (5,22,18). Sum of RGB (Red+Green+Blue) = 5+22+18=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 22 - color contains mainly: green. Hex color #051612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051612 is #FAE9ED. Grayscale: #101010. Windows color (decimal): -16443886 or 1185285. OLE color: 1185285.
HSL color Cylindrical-coordinate representation of color #051612: hue angle of 165.88º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #051612 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 22 | 18 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.91 |
| HSL | 165.88º | 0.63% | 0.05% | - |
| HSV(B) | 165.88º | 0.77% | 0.09% | - |
| XYZ | 0.46 | 0.65 | 0.67 | - |
| YUV | 16.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 18 | 0.77 | 0 | 0.18 | 0.91 | 165.88 | 0.63 | 0.05 |
| Hex | 5 | 16 | 12 | 4D | 0 | 12 | 5B | A6 | 3F | 5 |
| Octal | 5 | 26 | 22 | 115 | 0 | 22 | 133 | 246 | 77 | 5 |
| Binary | 101 | 10110 | 10010 | 1001101 | 0 | 10010 | 1011011 | 10100110 | 111111 | 101 |
Color Harmonies of #051612
Complementary color
Monochromatic Colors of #051612
Black with #051612
Text Example
Text Example
White with #051612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051612; }
p { color: rgb(5,22,18); }
H1.HeaderClassName
{
color: #051612;
}
.AnyTagClassName
{
color: #051612;
}
</style>
background-color css
<style>
a { background-color: #051612; }
a { background-color: rgb(5,22,18); }
div.DivClassName
{
background-color: #051612;
}
.BgClassName
{
background-color: #051612;
}
</style>
border-color css
<style>
span { border-color: #051612; }
span { border-color: rgb(5,22,18); }
td.TdClassName
{
border-color: #051612;
}
.TagClassName
{
border-color: #051612;
}
</style>