Shades of Dark Green #041110
Tints of Dark Green #041110
RGB
CMYK
RGB Variations
Color information
#041110 (or 0x041110) is known color: Dark Green. HEX triplet: 04, 11 and 10. RGB value is (4,17,16). Sum of RGB (Red+Green+Blue) = 4+17+16=37 (4% of max value = 765). Red value is 4 (1.95% from 255 or 10.81% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 17 - color contains mainly: green. Hex color #041110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041110 is #FBEEEF. Grayscale: #0C0C0C. Windows color (decimal): -16510704 or 1052932. OLE color: 1052932.
HSL color Cylindrical-coordinate representation of color #041110: hue angle of 175.38º 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 #041110 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 17 | 16 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.93 |
| HSL | 175.38º | 0.62% | 0.04% | - |
| HSV(B) | 175.38º | 0.76% | 0.07% | - |
| XYZ | 0.34 | 0.46 | 0.56 | - |
| YUV | 13 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 16 | 0.76 | 0 | 0.06 | 0.93 | 175.38 | 0.62 | 0.04 |
| Hex | 4 | 11 | 10 | 4C | 0 | 6 | 5D | AF | 3E | 4 |
| Octal | 4 | 21 | 20 | 114 | 0 | 6 | 135 | 257 | 76 | 4 |
| Binary | 100 | 10001 | 10000 | 1001100 | 0 | 110 | 1011101 | 10101111 | 111110 | 100 |
Color Harmonies of #041110
Complementary color
Monochromatic Colors of #041110
Black with #041110
Text Example
Text Example
White with #041110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041110; }
p { color: rgb(4,17,16); }
H1.HeaderClassName
{
color: #041110;
}
.AnyTagClassName
{
color: #041110;
}
</style>
background-color css
<style>
a { background-color: #041110; }
a { background-color: rgb(4,17,16); }
div.DivClassName
{
background-color: #041110;
}
.BgClassName
{
background-color: #041110;
}
</style>
border-color css
<style>
span { border-color: #041110; }
span { border-color: rgb(4,17,16); }
td.TdClassName
{
border-color: #041110;
}
.TagClassName
{
border-color: #041110;
}
</style>