Shades of Dark Green #05160C
Tints of Dark Green #05160C
RGB
CMYK
RGB Variations
Color information
#05160C (or 0x05160C) is known color: Dark Green. HEX triplet: 05, 16 and 0C. RGB value is (5,22,12). Sum of RGB (Red+Green+Blue) = 5+22+12=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 22 (8.98% from 255 or 56.41% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 22 - color contains mainly: green. Hex color #05160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05160C is #FAE9F3. Grayscale: #0F0F0F. Windows color (decimal): -16443892 or 792069. OLE color: 792069.
HSL color Cylindrical-coordinate representation of color #05160C: hue angle of 144.71º 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 #05160C is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 22 | 12 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.91 |
| HSL | 144.71º | 0.63% | 0.05% | - |
| HSV(B) | 144.71º | 0.77% | 0.09% | - |
| XYZ | 0.42 | 0.63 | 0.45 | - |
| YUV | 15.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 12 | 0.77 | 0 | 0.45 | 0.91 | 144.71 | 0.63 | 0.05 |
| Hex | 5 | 16 | C | 4D | 0 | 2D | 5B | 91 | 3F | 5 |
| Octal | 5 | 26 | 14 | 115 | 0 | 55 | 133 | 221 | 77 | 5 |
| Binary | 101 | 10110 | 1100 | 1001101 | 0 | 101101 | 1011011 | 10010001 | 111111 | 101 |
Color Harmonies of #05160C
Complementary color
Monochromatic Colors of #05160C
Black with #05160C
Text Example
Text Example
White with #05160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05160C; }
p { color: rgb(5,22,12); }
H1.HeaderClassName
{
color: #05160C;
}
.AnyTagClassName
{
color: #05160C;
}
</style>
background-color css
<style>
a { background-color: #05160C; }
a { background-color: rgb(5,22,12); }
div.DivClassName
{
background-color: #05160C;
}
.BgClassName
{
background-color: #05160C;
}
</style>
border-color css
<style>
span { border-color: #05160C; }
span { border-color: rgb(5,22,12); }
td.TdClassName
{
border-color: #05160C;
}
.TagClassName
{
border-color: #05160C;
}
</style>