Shades of Dark Green #041108
Tints of Dark Green #041108
RGB
CMYK
RGB Variations
Color information
#041108 (or 0x041108) is known color: Dark Green. HEX triplet: 04, 11 and 08. RGB value is (4,17,8). Sum of RGB (Red+Green+Blue) = 4+17+8=29 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.79% from 29); Green value is 17 (7.03% from 255 or 58.62% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 17 - color contains mainly: green. Hex color #041108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041108 is #FBEEF7. Grayscale: #0C0C0C. Windows color (decimal): -16510712 or 528644. OLE color: 528644.
HSL color Cylindrical-coordinate representation of color #041108: hue angle of 138.46º 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 #041108 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 17 | 8 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.93 |
| HSL | 138.46º | 0.62% | 0.04% | - |
| HSV(B) | 138.46º | 0.76% | 0.07% | - |
| XYZ | 0.29 | 0.44 | 0.3 | - |
| YUV | 12.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 8 | 0.76 | 0 | 0.53 | 0.93 | 138.46 | 0.62 | 0.04 |
| Hex | 4 | 11 | 8 | 4C | 0 | 35 | 5D | 8A | 3E | 4 |
| Octal | 4 | 21 | 10 | 114 | 0 | 65 | 135 | 212 | 76 | 4 |
| Binary | 100 | 10001 | 1000 | 1001100 | 0 | 110101 | 1011101 | 10001010 | 111110 | 100 |
Color Harmonies of #041108
Complementary color
Monochromatic Colors of #041108
Black with #041108
Text Example
Text Example
White with #041108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041108; }
p { color: rgb(4,17,8); }
H1.HeaderClassName
{
color: #041108;
}
.AnyTagClassName
{
color: #041108;
}
</style>
background-color css
<style>
a { background-color: #041108; }
a { background-color: rgb(4,17,8); }
div.DivClassName
{
background-color: #041108;
}
.BgClassName
{
background-color: #041108;
}
</style>
border-color css
<style>
span { border-color: #041108; }
span { border-color: rgb(4,17,8); }
td.TdClassName
{
border-color: #041108;
}
.TagClassName
{
border-color: #041108;
}
</style>