Shades of Dark Green #041111
Tints of Dark Green #041111
RGB
CMYK
RGB Variations
Color information
#041111 (or 0x041111) is known color: Dark Green. HEX triplet: 04, 11 and 11. RGB value is (4,17,17). Sum of RGB (Red+Green+Blue) = 4+17+17=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 17 (7.03% from 255 or 44.74% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 17 - color contains mainly: green, blue. Hex color #041111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041111 is #FBEEEE. Grayscale: #0D0D0D. Windows color (decimal): -16510703 or 1118468. OLE color: 1118468.
HSL color Cylindrical-coordinate representation of color #041111: hue angle of 180º 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 #041111 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 17 | 17 | - |
| CMYK | 0.76 | 0 | 0 | 0.93 |
| HSL | 180º | 0.62% | 0.04% | - |
| HSV(B) | 180º | 0.76% | 0.07% | - |
| XYZ | 0.35 | 0.47 | 0.6 | - |
| YUV | 13.11 | 130.19 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 17 | 0.76 | 0 | 0 | 0.93 | 180 | 0.62 | 0.04 |
| Hex | 4 | 11 | 11 | 4C | 0 | 0 | 5D | B4 | 3E | 4 |
| Octal | 4 | 21 | 21 | 114 | 0 | 0 | 135 | 264 | 76 | 4 |
| Binary | 100 | 10001 | 10001 | 1001100 | 0 | 0 | 1011101 | 10110100 | 111110 | 100 |
Color Harmonies of #041111
Complementary color
Monochromatic Colors of #041111
Black with #041111
Text Example
Text Example
White with #041111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041111; }
p { color: rgb(4,17,17); }
H1.HeaderClassName
{
color: #041111;
}
.AnyTagClassName
{
color: #041111;
}
</style>
background-color css
<style>
a { background-color: #041111; }
a { background-color: rgb(4,17,17); }
div.DivClassName
{
background-color: #041111;
}
.BgClassName
{
background-color: #041111;
}
</style>
border-color css
<style>
span { border-color: #041111; }
span { border-color: rgb(4,17,17); }
td.TdClassName
{
border-color: #041111;
}
.TagClassName
{
border-color: #041111;
}
</style>