Shades of Dark Green #051918
Tints of Dark Green #051918
RGB
CMYK
RGB Variations
Color information
#051918 (or 0x051918) is known color: Dark Green. HEX triplet: 05, 19 and 18. RGB value is (5,25,24). Sum of RGB (Red+Green+Blue) = 5+25+24=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 25 - color contains mainly: green. Hex color #051918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051918 is #FAE6E7. Grayscale: #121212. Windows color (decimal): -16443112 or 1579269. OLE color: 1579269.
HSL color Cylindrical-coordinate representation of color #051918: hue angle of 177º 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 #051918 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 25 | 24 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.90 |
| HSL | 177º | 0.67% | 0.06% | - |
| HSV(B) | 177º | 0.8% | 0.1% | - |
| XYZ | 0.58 | 0.79 | 0.99 | - |
| YUV | 18.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 24 | 0.80 | 0 | 0.04 | 0.90 | 177 | 0.67 | 0.06 |
| Hex | 5 | 19 | 18 | 50 | 0 | 4 | 5A | B1 | 43 | 6 |
| Octal | 5 | 31 | 30 | 120 | 0 | 4 | 132 | 261 | 103 | 6 |
| Binary | 101 | 11001 | 11000 | 1010000 | 0 | 100 | 1011010 | 10110001 | 1000011 | 110 |
Color Harmonies of #051918
Complementary color
Monochromatic Colors of #051918
Black with #051918
Text Example
Text Example
White with #051918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051918; }
p { color: rgb(5,25,24); }
H1.HeaderClassName
{
color: #051918;
}
.AnyTagClassName
{
color: #051918;
}
</style>
background-color css
<style>
a { background-color: #051918; }
a { background-color: rgb(5,25,24); }
div.DivClassName
{
background-color: #051918;
}
.BgClassName
{
background-color: #051918;
}
</style>
border-color css
<style>
span { border-color: #051918; }
span { border-color: rgb(5,25,24); }
td.TdClassName
{
border-color: #051918;
}
.TagClassName
{
border-color: #051918;
}
</style>