Shades of Dark Green #040B06
Tints of Dark Green #040B06
RGB
CMYK
RGB Variations
Color information
#040B06 (or 0x040B06) is known color: Dark Green. HEX triplet: 04, 0B and 06. RGB value is (4,11,6). Sum of RGB (Red+Green+Blue) = 4+11+6=21 (2% of max value = 765). Red value is 4 (1.95% from 255 or 19.05% from 21); Green value is 11 (4.69% from 255 or 52.38% from 21); Blue value is 6 (2.73% from 255 or 28.57% from 21); Max value from RGB is 11 - color contains mainly: green. Hex color #040B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B06 is #FBF4F9. Grayscale: #080808. Windows color (decimal): -16512250 or 396036. OLE color: 396036.
HSL color Cylindrical-coordinate representation of color #040B06: hue angle of 137.14º degrees, saturation: 0.47, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #040B06 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 4 | 11 | 6 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.96 |
| HSL | 137.14º | 0.47% | 0.03% | - |
| HSV(B) | 137.14º | 0.64% | 0.04% | - |
| XYZ | 0.2 | 0.28 | 0.22 | - |
| YUV | 8.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 6 | 0.64 | 0 | 0.45 | 0.96 | 137.14 | 0.47 | 0.03 |
| Hex | 4 | B | 6 | 40 | 0 | 2D | 60 | 89 | 2F | 3 |
| Octal | 4 | 13 | 6 | 100 | 0 | 55 | 140 | 211 | 57 | 3 |
| Binary | 100 | 1011 | 110 | 1000000 | 0 | 101101 | 1100000 | 10001001 | 101111 | 11 |
Color Harmonies of #040B06
Complementary color
Monochromatic Colors of #040B06
Black with #040B06
Text Example
Text Example
White with #040B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B06; }
p { color: rgb(4,11,6); }
H1.HeaderClassName
{
color: #040B06;
}
.AnyTagClassName
{
color: #040B06;
}
</style>
background-color css
<style>
a { background-color: #040B06; }
a { background-color: rgb(4,11,6); }
div.DivClassName
{
background-color: #040B06;
}
.BgClassName
{
background-color: #040B06;
}
</style>
border-color css
<style>
span { border-color: #040B06; }
span { border-color: rgb(4,11,6); }
td.TdClassName
{
border-color: #040B06;
}
.TagClassName
{
border-color: #040B06;
}
</style>