Shades of Dark Green #041A10
Tints of Dark Green #041A10
RGB
CMYK
RGB Variations
Color information
#041A10 (or 0x041A10) is known color: Dark Green. HEX triplet: 04, 1A and 10. RGB value is (4,26,16). Sum of RGB (Red+Green+Blue) = 4+26+16=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 26 (10.55% from 255 or 56.52% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 26 - color contains mainly: green. Hex color #041A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041A10 is #FBE5EF. Grayscale: #121212. Windows color (decimal): -16508400 or 1055236. OLE color: 1055236.
HSL color Cylindrical-coordinate representation of color #041A10: hue angle of 152.73º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #041A10 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 4 | 26 | 16 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.90 |
| HSL | 152.73º | 0.73% | 0.06% | - |
| HSV(B) | 152.73º | 0.85% | 0.1% | - |
| XYZ | 0.51 | 0.8 | 0.62 | - |
| YUV | 18.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 16 | 0.85 | 0 | 0.38 | 0.90 | 152.73 | 0.73 | 0.06 |
| Hex | 4 | 1A | 10 | 55 | 0 | 26 | 5A | 99 | 49 | 6 |
| Octal | 4 | 32 | 20 | 125 | 0 | 46 | 132 | 231 | 111 | 6 |
| Binary | 100 | 11010 | 10000 | 1010101 | 0 | 100110 | 1011010 | 10011001 | 1001001 | 110 |
Color Harmonies of #041A10
Complementary color
Monochromatic Colors of #041A10
Black with #041A10
Text Example
Text Example
White with #041A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A10; }
p { color: rgb(4,26,16); }
H1.HeaderClassName
{
color: #041A10;
}
.AnyTagClassName
{
color: #041A10;
}
</style>
background-color css
<style>
a { background-color: #041A10; }
a { background-color: rgb(4,26,16); }
div.DivClassName
{
background-color: #041A10;
}
.BgClassName
{
background-color: #041A10;
}
</style>
border-color css
<style>
span { border-color: #041A10; }
span { border-color: rgb(4,26,16); }
td.TdClassName
{
border-color: #041A10;
}
.TagClassName
{
border-color: #041A10;
}
</style>