Shades of Dark Green #051311
Tints of Dark Green #051311
RGB
CMYK
RGB Variations
Color information
#051311 (or 0x051311) is known color: Dark Green. HEX triplet: 05, 13 and 11. RGB value is (5,19,17). Sum of RGB (Red+Green+Blue) = 5+19+17=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #051311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051311 is #FAECEE. Grayscale: #0E0E0E. Windows color (decimal): -16444655 or 1118981. OLE color: 1118981.
HSL color Cylindrical-coordinate representation of color #051311: hue angle of 171.43º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #051311 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 19 | 17 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.93 |
| HSL | 171.43º | 0.58% | 0.05% | - |
| HSV(B) | 171.43º | 0.74% | 0.07% | - |
| XYZ | 0.4 | 0.54 | 0.61 | - |
| YUV | 14.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 17 | 0.74 | 0 | 0.11 | 0.93 | 171.43 | 0.58 | 0.05 |
| Hex | 5 | 13 | 11 | 4A | 0 | B | 5D | AB | 3A | 5 |
| Octal | 5 | 23 | 21 | 112 | 0 | 13 | 135 | 253 | 72 | 5 |
| Binary | 101 | 10011 | 10001 | 1001010 | 0 | 1011 | 1011101 | 10101011 | 111010 | 101 |
Color Harmonies of #051311
Complementary color
Monochromatic Colors of #051311
Black with #051311
Text Example
Text Example
White with #051311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051311; }
p { color: rgb(5,19,17); }
H1.HeaderClassName
{
color: #051311;
}
.AnyTagClassName
{
color: #051311;
}
</style>
background-color css
<style>
a { background-color: #051311; }
a { background-color: rgb(5,19,17); }
div.DivClassName
{
background-color: #051311;
}
.BgClassName
{
background-color: #051311;
}
</style>
border-color css
<style>
span { border-color: #051311; }
span { border-color: rgb(5,19,17); }
td.TdClassName
{
border-color: #051311;
}
.TagClassName
{
border-color: #051311;
}
</style>