Shades of Dark Green #041613
Tints of Dark Green #041613
RGB
CMYK
RGB Variations
Color information
#041613 (or 0x041613) is known color: Dark Green. HEX triplet: 04, 16 and 13. RGB value is (4,22,19). Sum of RGB (Red+Green+Blue) = 4+22+19=45 (5% of max value = 765). Red value is 4 (1.95% from 255 or 8.89% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 22 - color contains mainly: green. Hex color #041613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041613 is #FBE9EC. Grayscale: #101010. Windows color (decimal): -16509421 or 1250820. OLE color: 1250820.
HSL color Cylindrical-coordinate representation of color #041613: hue angle of 170º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #041613 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 4 | 22 | 19 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.91 |
| HSL | 170º | 0.69% | 0.05% | - |
| HSV(B) | 170º | 0.82% | 0.09% | - |
| XYZ | 0.45 | 0.65 | 0.72 | - |
| YUV | 16.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 22 | 19 | 0.82 | 0 | 0.14 | 0.91 | 170 | 0.69 | 0.05 |
| Hex | 4 | 16 | 13 | 52 | 0 | E | 5B | AA | 45 | 5 |
| Octal | 4 | 26 | 23 | 122 | 0 | 16 | 133 | 252 | 105 | 5 |
| Binary | 100 | 10110 | 10011 | 1010010 | 0 | 1110 | 1011011 | 10101010 | 1000101 | 101 |
Color Harmonies of #041613
Complementary color
Monochromatic Colors of #041613
Black with #041613
Text Example
Text Example
White with #041613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041613; }
p { color: rgb(4,22,19); }
H1.HeaderClassName
{
color: #041613;
}
.AnyTagClassName
{
color: #041613;
}
</style>
background-color css
<style>
a { background-color: #041613; }
a { background-color: rgb(4,22,19); }
div.DivClassName
{
background-color: #041613;
}
.BgClassName
{
background-color: #041613;
}
</style>
border-color css
<style>
span { border-color: #041613; }
span { border-color: rgb(4,22,19); }
td.TdClassName
{
border-color: #041613;
}
.TagClassName
{
border-color: #041613;
}
</style>