Shades of Dark Green #051813
Tints of Dark Green #051813
RGB
CMYK
RGB Variations
Color information
#051813 (or 0x051813) is known color: Dark Green. HEX triplet: 05, 18 and 13. RGB value is (5,24,19). Sum of RGB (Red+Green+Blue) = 5+24+19=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 24 (9.77% from 255 or 50% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 24 - color contains mainly: green. Hex color #051813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051813 is #FAE7EC. Grayscale: #111111. Windows color (decimal): -16443373 or 1251333. OLE color: 1251333.
HSL color Cylindrical-coordinate representation of color #051813: hue angle of 164.21º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #051813 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 24 | 19 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.91 |
| HSL | 164.21º | 0.66% | 0.06% | - |
| HSV(B) | 164.21º | 0.79% | 0.09% | - |
| XYZ | 0.51 | 0.73 | 0.73 | - |
| YUV | 17.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 19 | 0.79 | 0 | 0.21 | 0.91 | 164.21 | 0.66 | 0.06 |
| Hex | 5 | 18 | 13 | 4F | 0 | 15 | 5B | A4 | 42 | 6 |
| Octal | 5 | 30 | 23 | 117 | 0 | 25 | 133 | 244 | 102 | 6 |
| Binary | 101 | 11000 | 10011 | 1001111 | 0 | 10101 | 1011011 | 10100100 | 1000010 | 110 |
Color Harmonies of #051813
Complementary color
Monochromatic Colors of #051813
Black with #051813
Text Example
Text Example
White with #051813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051813; }
p { color: rgb(5,24,19); }
H1.HeaderClassName
{
color: #051813;
}
.AnyTagClassName
{
color: #051813;
}
</style>
background-color css
<style>
a { background-color: #051813; }
a { background-color: rgb(5,24,19); }
div.DivClassName
{
background-color: #051813;
}
.BgClassName
{
background-color: #051813;
}
</style>
border-color css
<style>
span { border-color: #051813; }
span { border-color: rgb(5,24,19); }
td.TdClassName
{
border-color: #051813;
}
.TagClassName
{
border-color: #051813;
}
</style>