Shades of Dark Green #051914
Tints of Dark Green #051914
RGB
CMYK
RGB Variations
Color information
#051914 (or 0x051914) is known color: Dark Green. HEX triplet: 05, 19 and 14. RGB value is (5,25,20). Sum of RGB (Red+Green+Blue) = 5+25+20=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #051914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051914 is #FAE6EB. Grayscale: #121212. Windows color (decimal): -16443116 or 1317125. OLE color: 1317125.
HSL color Cylindrical-coordinate representation of color #051914: hue angle of 165º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #051914 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 25 | 20 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.90 |
| HSL | 165º | 0.67% | 0.06% | - |
| HSV(B) | 165º | 0.8% | 0.1% | - |
| XYZ | 0.54 | 0.78 | 0.78 | - |
| YUV | 18.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 20 | 0.80 | 0 | 0.20 | 0.90 | 165 | 0.67 | 0.06 |
| Hex | 5 | 19 | 14 | 50 | 0 | 14 | 5A | A5 | 43 | 6 |
| Octal | 5 | 31 | 24 | 120 | 0 | 24 | 132 | 245 | 103 | 6 |
| Binary | 101 | 11001 | 10100 | 1010000 | 0 | 10100 | 1011010 | 10100101 | 1000011 | 110 |
Color Harmonies of #051914
Complementary color
Monochromatic Colors of #051914
Black with #051914
Text Example
Text Example
White with #051914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051914; }
p { color: rgb(5,25,20); }
H1.HeaderClassName
{
color: #051914;
}
.AnyTagClassName
{
color: #051914;
}
</style>
background-color css
<style>
a { background-color: #051914; }
a { background-color: rgb(5,25,20); }
div.DivClassName
{
background-color: #051914;
}
.BgClassName
{
background-color: #051914;
}
</style>
border-color css
<style>
span { border-color: #051914; }
span { border-color: rgb(5,25,20); }
td.TdClassName
{
border-color: #051914;
}
.TagClassName
{
border-color: #051914;
}
</style>