Shades of Dark Green #040D0A
Tints of Dark Green #040D0A
RGB
CMYK
RGB Variations
Color information
#040D0A (or 0x040D0A) is known color: Dark Green. HEX triplet: 04, 0D and 0A. RGB value is (4,13,10). Sum of RGB (Red+Green+Blue) = 4+13+10=27 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.81% from 27); Green value is 13 (5.47% from 255 or 48.15% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 13 - color contains mainly: green. Hex color #040D0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040D0A is #FBF2F5. Grayscale: #090909. Windows color (decimal): -16511734 or 658692. OLE color: 658692.
HSL color Cylindrical-coordinate representation of color #040D0A: hue angle of 160º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #040D0A is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 4 | 13 | 10 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.95 |
| HSL | 160º | 0.53% | 0.03% | - |
| HSV(B) | 160º | 0.69% | 0.05% | - |
| XYZ | 0.25 | 0.34 | 0.34 | - |
| YUV | 9.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 10 | 0.69 | 0 | 0.23 | 0.95 | 160 | 0.53 | 0.03 |
| Hex | 4 | D | A | 45 | 0 | 17 | 5F | A0 | 35 | 3 |
| Octal | 4 | 15 | 12 | 105 | 0 | 27 | 137 | 240 | 65 | 3 |
| Binary | 100 | 1101 | 1010 | 1000101 | 0 | 10111 | 1011111 | 10100000 | 110101 | 11 |
Color Harmonies of #040D0A
Complementary color
Monochromatic Colors of #040D0A
Black with #040D0A
Text Example
Text Example
White with #040D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D0A; }
p { color: rgb(4,13,10); }
H1.HeaderClassName
{
color: #040D0A;
}
.AnyTagClassName
{
color: #040D0A;
}
</style>
background-color css
<style>
a { background-color: #040D0A; }
a { background-color: rgb(4,13,10); }
div.DivClassName
{
background-color: #040D0A;
}
.BgClassName
{
background-color: #040D0A;
}
</style>
border-color css
<style>
span { border-color: #040D0A; }
span { border-color: rgb(4,13,10); }
td.TdClassName
{
border-color: #040D0A;
}
.TagClassName
{
border-color: #040D0A;
}
</style>