Shades of Dark Green #041A13
Tints of Dark Green #041A13
RGB
CMYK
RGB Variations
Color information
#041A13 (or 0x041A13) is known color: Dark Green. HEX triplet: 04, 1A and 13. RGB value is (4,26,19). Sum of RGB (Red+Green+Blue) = 4+26+19=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 26 (10.55% from 255 or 53.06% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 26 - color contains mainly: green. Hex color #041A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041A13 is #FBE5EC. Grayscale: #121212. Windows color (decimal): -16508397 or 1251844. OLE color: 1251844.
HSL color Cylindrical-coordinate representation of color #041A13: hue angle of 160.91º 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 #041A13 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 4 | 26 | 19 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.90 |
| HSL | 160.91º | 0.73% | 0.06% | - |
| HSV(B) | 160.91º | 0.85% | 0.1% | - |
| XYZ | 0.54 | 0.81 | 0.74 | - |
| YUV | 18.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 19 | 0.85 | 0 | 0.27 | 0.90 | 160.91 | 0.73 | 0.06 |
| Hex | 4 | 1A | 13 | 55 | 0 | 1B | 5A | A1 | 49 | 6 |
| Octal | 4 | 32 | 23 | 125 | 0 | 33 | 132 | 241 | 111 | 6 |
| Binary | 100 | 11010 | 10011 | 1010101 | 0 | 11011 | 1011010 | 10100001 | 1001001 | 110 |
Color Harmonies of #041A13
Complementary color
Monochromatic Colors of #041A13
Black with #041A13
Text Example
Text Example
White with #041A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A13; }
p { color: rgb(4,26,19); }
H1.HeaderClassName
{
color: #041A13;
}
.AnyTagClassName
{
color: #041A13;
}
</style>
background-color css
<style>
a { background-color: #041A13; }
a { background-color: rgb(4,26,19); }
div.DivClassName
{
background-color: #041A13;
}
.BgClassName
{
background-color: #041A13;
}
</style>
border-color css
<style>
span { border-color: #041A13; }
span { border-color: rgb(4,26,19); }
td.TdClassName
{
border-color: #041A13;
}
.TagClassName
{
border-color: #041A13;
}
</style>