Shades of Dark Green #051910
Tints of Dark Green #051910
RGB
CMYK
RGB Variations
Color information
#051910 (or 0x051910) is known color: Dark Green. HEX triplet: 05, 19 and 10. RGB value is (5,25,16). Sum of RGB (Red+Green+Blue) = 5+25+16=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 25 (10.16% from 255 or 54.35% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 25 - color contains mainly: green. Hex color #051910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051910 is #FAE6EF. Grayscale: #121212. Windows color (decimal): -16443120 or 1054981. OLE color: 1054981.
HSL color Cylindrical-coordinate representation of color #051910: hue angle of 153º 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 #051910 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 25 | 16 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.90 |
| HSL | 153º | 0.67% | 0.06% | - |
| HSV(B) | 153º | 0.8% | 0.1% | - |
| XYZ | 0.5 | 0.76 | 0.61 | - |
| YUV | 17.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 16 | 0.80 | 0 | 0.36 | 0.90 | 153 | 0.67 | 0.06 |
| Hex | 5 | 19 | 10 | 50 | 0 | 24 | 5A | 99 | 43 | 6 |
| Octal | 5 | 31 | 20 | 120 | 0 | 44 | 132 | 231 | 103 | 6 |
| Binary | 101 | 11001 | 10000 | 1010000 | 0 | 100100 | 1011010 | 10011001 | 1000011 | 110 |
Color Harmonies of #051910
Complementary color
Monochromatic Colors of #051910
Black with #051910
Text Example
Text Example
White with #051910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051910; }
p { color: rgb(5,25,16); }
H1.HeaderClassName
{
color: #051910;
}
.AnyTagClassName
{
color: #051910;
}
</style>
background-color css
<style>
a { background-color: #051910; }
a { background-color: rgb(5,25,16); }
div.DivClassName
{
background-color: #051910;
}
.BgClassName
{
background-color: #051910;
}
</style>
border-color css
<style>
span { border-color: #051910; }
span { border-color: rgb(5,25,16); }
td.TdClassName
{
border-color: #051910;
}
.TagClassName
{
border-color: #051910;
}
</style>