Shades of Dark Green #05110D
Tints of Dark Green #05110D
RGB
CMYK
RGB Variations
Color information
#05110D (or 0x05110D) is known color: Dark Green. HEX triplet: 05, 11 and 0D. RGB value is (5,17,13). Sum of RGB (Red+Green+Blue) = 5+17+13=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 17 (7.03% from 255 or 48.57% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 17 - color contains mainly: green. Hex color #05110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05110D is #FAEEF2. Grayscale: #0C0C0C. Windows color (decimal): -16445171 or 856325. OLE color: 856325.
HSL color Cylindrical-coordinate representation of color #05110D: hue angle of 160º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #05110D is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 17 | 13 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.93 |
| HSL | 160º | 0.55% | 0.04% | - |
| HSV(B) | 160º | 0.71% | 0.07% | - |
| XYZ | 0.34 | 0.46 | 0.45 | - |
| YUV | 12.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 13 | 0.71 | 0 | 0.24 | 0.93 | 160 | 0.55 | 0.04 |
| Hex | 5 | 11 | D | 47 | 0 | 18 | 5D | A0 | 37 | 4 |
| Octal | 5 | 21 | 15 | 107 | 0 | 30 | 135 | 240 | 67 | 4 |
| Binary | 101 | 10001 | 1101 | 1000111 | 0 | 11000 | 1011101 | 10100000 | 110111 | 100 |
Color Harmonies of #05110D
Complementary color
Monochromatic Colors of #05110D
Black with #05110D
Text Example
Text Example
White with #05110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05110D; }
p { color: rgb(5,17,13); }
H1.HeaderClassName
{
color: #05110D;
}
.AnyTagClassName
{
color: #05110D;
}
</style>
background-color css
<style>
a { background-color: #05110D; }
a { background-color: rgb(5,17,13); }
div.DivClassName
{
background-color: #05110D;
}
.BgClassName
{
background-color: #05110D;
}
</style>
border-color css
<style>
span { border-color: #05110D; }
span { border-color: rgb(5,17,13); }
td.TdClassName
{
border-color: #05110D;
}
.TagClassName
{
border-color: #05110D;
}
</style>