Shades of Dark Green #04110A
Tints of Dark Green #04110A
RGB
CMYK
RGB Variations
Color information
#04110A (or 0x04110A) is known color: Dark Green. HEX triplet: 04, 11 and 0A. RGB value is (4,17,10). Sum of RGB (Red+Green+Blue) = 4+17+10=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 17 (7.03% from 255 or 54.84% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 17 - color contains mainly: green. Hex color #04110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04110A is #FBEEF5. Grayscale: #0C0C0C. Windows color (decimal): -16510710 or 659716. OLE color: 659716.
HSL color Cylindrical-coordinate representation of color #04110A: hue angle of 147.69º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #04110A is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 17 | 10 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.93 |
| HSL | 147.69º | 0.62% | 0.04% | - |
| HSV(B) | 147.69º | 0.76% | 0.07% | - |
| XYZ | 0.31 | 0.45 | 0.36 | - |
| YUV | 12.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 10 | 0.76 | 0 | 0.41 | 0.93 | 147.69 | 0.62 | 0.04 |
| Hex | 4 | 11 | A | 4C | 0 | 29 | 5D | 94 | 3E | 4 |
| Octal | 4 | 21 | 12 | 114 | 0 | 51 | 135 | 224 | 76 | 4 |
| Binary | 100 | 10001 | 1010 | 1001100 | 0 | 101001 | 1011101 | 10010100 | 111110 | 100 |
Color Harmonies of #04110A
Complementary color
Monochromatic Colors of #04110A
Black with #04110A
Text Example
Text Example
White with #04110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04110A; }
p { color: rgb(4,17,10); }
H1.HeaderClassName
{
color: #04110A;
}
.AnyTagClassName
{
color: #04110A;
}
</style>
background-color css
<style>
a { background-color: #04110A; }
a { background-color: rgb(4,17,10); }
div.DivClassName
{
background-color: #04110A;
}
.BgClassName
{
background-color: #04110A;
}
</style>
border-color css
<style>
span { border-color: #04110A; }
span { border-color: rgb(4,17,10); }
td.TdClassName
{
border-color: #04110A;
}
.TagClassName
{
border-color: #04110A;
}
</style>