Shades of Dark Green #041210
Tints of Dark Green #041210
RGB
CMYK
RGB Variations
Color information
#041210 (or 0x041210) is known color: Dark Green. HEX triplet: 04, 12 and 10. RGB value is (4,18,16). Sum of RGB (Red+Green+Blue) = 4+18+16=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 18 - color contains mainly: green. Hex color #041210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041210 is #FBEDEF. Grayscale: #0D0D0D. Windows color (decimal): -16510448 or 1053188. OLE color: 1053188.
HSL color Cylindrical-coordinate representation of color #041210: hue angle of 171.43º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #041210 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 18 | 16 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.93 |
| HSL | 171.43º | 0.64% | 0.04% | - |
| HSV(B) | 171.43º | 0.78% | 0.07% | - |
| XYZ | 0.36 | 0.5 | 0.57 | - |
| YUV | 13.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 16 | 0.78 | 0 | 0.11 | 0.93 | 171.43 | 0.64 | 0.04 |
| Hex | 4 | 12 | 10 | 4E | 0 | B | 5D | AB | 40 | 4 |
| Octal | 4 | 22 | 20 | 116 | 0 | 13 | 135 | 253 | 100 | 4 |
| Binary | 100 | 10010 | 10000 | 1001110 | 0 | 1011 | 1011101 | 10101011 | 1000000 | 100 |
Color Harmonies of #041210
Complementary color
Monochromatic Colors of #041210
Black with #041210
Text Example
Text Example
White with #041210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041210; }
p { color: rgb(4,18,16); }
H1.HeaderClassName
{
color: #041210;
}
.AnyTagClassName
{
color: #041210;
}
</style>
background-color css
<style>
a { background-color: #041210; }
a { background-color: rgb(4,18,16); }
div.DivClassName
{
background-color: #041210;
}
.BgClassName
{
background-color: #041210;
}
</style>
border-color css
<style>
span { border-color: #041210; }
span { border-color: rgb(4,18,16); }
td.TdClassName
{
border-color: #041210;
}
.TagClassName
{
border-color: #041210;
}
</style>