Shades of Dark Green #05110E
Tints of Dark Green #05110E
RGB
CMYK
RGB Variations
Color information
#05110E (or 0x05110E) is known color: Dark Green. HEX triplet: 05, 11 and 0E. RGB value is (5,17,14). Sum of RGB (Red+Green+Blue) = 5+17+14=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 17 - color contains mainly: green. Hex color #05110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05110E is #FAEEF1. Grayscale: #0D0D0D. Windows color (decimal): -16445170 or 921861. OLE color: 921861.
HSL color Cylindrical-coordinate representation of color #05110E: hue angle of 165º 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 #05110E is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 17 | 14 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.93 |
| HSL | 165º | 0.55% | 0.04% | - |
| HSV(B) | 165º | 0.71% | 0.07% | - |
| XYZ | 0.34 | 0.46 | 0.49 | - |
| YUV | 13.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 14 | 0.71 | 0 | 0.18 | 0.93 | 165 | 0.55 | 0.04 |
| Hex | 5 | 11 | E | 47 | 0 | 12 | 5D | A5 | 37 | 4 |
| Octal | 5 | 21 | 16 | 107 | 0 | 22 | 135 | 245 | 67 | 4 |
| Binary | 101 | 10001 | 1110 | 1000111 | 0 | 10010 | 1011101 | 10100101 | 110111 | 100 |
Color Harmonies of #05110E
Complementary color
Monochromatic Colors of #05110E
Black with #05110E
Text Example
Text Example
White with #05110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05110E; }
p { color: rgb(5,17,14); }
H1.HeaderClassName
{
color: #05110E;
}
.AnyTagClassName
{
color: #05110E;
}
</style>
background-color css
<style>
a { background-color: #05110E; }
a { background-color: rgb(5,17,14); }
div.DivClassName
{
background-color: #05110E;
}
.BgClassName
{
background-color: #05110E;
}
</style>
border-color css
<style>
span { border-color: #05110E; }
span { border-color: rgb(5,17,14); }
td.TdClassName
{
border-color: #05110E;
}
.TagClassName
{
border-color: #05110E;
}
</style>