Shades of Dark Green #04160D
Tints of Dark Green #04160D
RGB
CMYK
RGB Variations
Color information
#04160D (or 0x04160D) is known color: Dark Green. HEX triplet: 04, 16 and 0D. RGB value is (4,22,13). Sum of RGB (Red+Green+Blue) = 4+22+13=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 22 (8.98% from 255 or 56.41% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 22 - color contains mainly: green. Hex color #04160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04160D is #FBE9F2. Grayscale: #0F0F0F. Windows color (decimal): -16509427 or 857604. OLE color: 857604.
HSL color Cylindrical-coordinate representation of color #04160D: hue angle of 150º 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 #04160D is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 4 | 22 | 13 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.91 |
| HSL | 150º | 0.69% | 0.05% | - |
| HSV(B) | 150º | 0.82% | 0.09% | - |
| XYZ | 0.41 | 0.63 | 0.48 | - |
| YUV | 15.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 22 | 13 | 0.82 | 0 | 0.41 | 0.91 | 150 | 0.69 | 0.05 |
| Hex | 4 | 16 | D | 52 | 0 | 29 | 5B | 96 | 45 | 5 |
| Octal | 4 | 26 | 15 | 122 | 0 | 51 | 133 | 226 | 105 | 5 |
| Binary | 100 | 10110 | 1101 | 1010010 | 0 | 101001 | 1011011 | 10010110 | 1000101 | 101 |
Color Harmonies of #04160D
Complementary color
Monochromatic Colors of #04160D
Black with #04160D
Text Example
Text Example
White with #04160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04160D; }
p { color: rgb(4,22,13); }
H1.HeaderClassName
{
color: #04160D;
}
.AnyTagClassName
{
color: #04160D;
}
</style>
background-color css
<style>
a { background-color: #04160D; }
a { background-color: rgb(4,22,13); }
div.DivClassName
{
background-color: #04160D;
}
.BgClassName
{
background-color: #04160D;
}
</style>
border-color css
<style>
span { border-color: #04160D; }
span { border-color: rgb(4,22,13); }
td.TdClassName
{
border-color: #04160D;
}
.TagClassName
{
border-color: #04160D;
}
</style>