Shades of Dark Green #05160E
Tints of Dark Green #05160E
RGB
CMYK
RGB Variations
Color information
#05160E (or 0x05160E) is known color: Dark Green. HEX triplet: 05, 16 and 0E. RGB value is (5,22,14). Sum of RGB (Red+Green+Blue) = 5+22+14=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #05160E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05160E is #FAE9F1. Grayscale: #101010. Windows color (decimal): -16443890 or 923141. OLE color: 923141.
HSL color Cylindrical-coordinate representation of color #05160E: hue angle of 151.76º 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 #05160E is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 22 | 14 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.91 |
| HSL | 151.76º | 0.63% | 0.05% | - |
| HSV(B) | 151.76º | 0.77% | 0.09% | - |
| XYZ | 0.43 | 0.64 | 0.52 | - |
| YUV | 16.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 14 | 0.77 | 0 | 0.36 | 0.91 | 151.76 | 0.63 | 0.05 |
| Hex | 5 | 16 | E | 4D | 0 | 24 | 5B | 98 | 3F | 5 |
| Octal | 5 | 26 | 16 | 115 | 0 | 44 | 133 | 230 | 77 | 5 |
| Binary | 101 | 10110 | 1110 | 1001101 | 0 | 100100 | 1011011 | 10011000 | 111111 | 101 |
Color Harmonies of #05160E
Complementary color
Monochromatic Colors of #05160E
Black with #05160E
Text Example
Text Example
White with #05160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05160E; }
p { color: rgb(5,22,14); }
H1.HeaderClassName
{
color: #05160E;
}
.AnyTagClassName
{
color: #05160E;
}
</style>
background-color css
<style>
a { background-color: #05160E; }
a { background-color: rgb(5,22,14); }
div.DivClassName
{
background-color: #05160E;
}
.BgClassName
{
background-color: #05160E;
}
</style>
border-color css
<style>
span { border-color: #05160E; }
span { border-color: rgb(5,22,14); }
td.TdClassName
{
border-color: #05160E;
}
.TagClassName
{
border-color: #05160E;
}
</style>