Shades of Dark Green #041A0A
Tints of Dark Green #041A0A
RGB
CMYK
RGB Variations
Color information
#041A0A (or 0x041A0A) is known color: Dark Green. HEX triplet: 04, 1A and 0A. RGB value is (4,26,10). Sum of RGB (Red+Green+Blue) = 4+26+10=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 26 (10.55% from 255 or 65% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 26 - color contains mainly: green. Hex color #041A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041A0A is #FBE5F5. Grayscale: #111111. Windows color (decimal): -16508406 or 662020. OLE color: 662020.
HSL color Cylindrical-coordinate representation of color #041A0A: hue angle of 136.36º 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 #041A0A is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 4 | 26 | 10 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.90 |
| HSL | 136.36º | 0.73% | 0.06% | - |
| HSV(B) | 136.36º | 0.85% | 0.1% | - |
| XYZ | 0.47 | 0.79 | 0.41 | - |
| YUV | 17.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 10 | 0.85 | 0 | 0.62 | 0.90 | 136.36 | 0.73 | 0.06 |
| Hex | 4 | 1A | A | 55 | 0 | 3E | 5A | 88 | 49 | 6 |
| Octal | 4 | 32 | 12 | 125 | 0 | 76 | 132 | 210 | 111 | 6 |
| Binary | 100 | 11010 | 1010 | 1010101 | 0 | 111110 | 1011010 | 10001000 | 1001001 | 110 |
Color Harmonies of #041A0A
Complementary color
Monochromatic Colors of #041A0A
Black with #041A0A
Text Example
Text Example
White with #041A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A0A; }
p { color: rgb(4,26,10); }
H1.HeaderClassName
{
color: #041A0A;
}
.AnyTagClassName
{
color: #041A0A;
}
</style>
background-color css
<style>
a { background-color: #041A0A; }
a { background-color: rgb(4,26,10); }
div.DivClassName
{
background-color: #041A0A;
}
.BgClassName
{
background-color: #041A0A;
}
</style>
border-color css
<style>
span { border-color: #041A0A; }
span { border-color: rgb(4,26,10); }
td.TdClassName
{
border-color: #041A0A;
}
.TagClassName
{
border-color: #041A0A;
}
</style>