Shades of Dark Green #040B07
Tints of Dark Green #040B07
RGB
CMYK
RGB Variations
Color information
#040B07 (or 0x040B07) is known color: Dark Green. HEX triplet: 04, 0B and 07. RGB value is (4,11,7). Sum of RGB (Red+Green+Blue) = 4+11+7=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 11 (4.69% from 255 or 50% from 22); Blue value is 7 (3.12% from 255 or 31.82% from 22); Max value from RGB is 11 - color contains mainly: green. Hex color #040B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B07 is #FBF4F8. Grayscale: #080808. Windows color (decimal): -16512249 or 461572. OLE color: 461572.
HSL color Cylindrical-coordinate representation of color #040B07: hue angle of 145.71º 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 #040B07 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.96.
Color convert
RGB | 4 | 11 | 7 | - |
CMYK | 0.64 | 0 | 0.36 | 0.96 |
HSL | 145.71º | 0.47% | 0.03% | - |
HSV(B) | 145.71º | 0.64% | 0.04% | - |
XYZ | 0.21 | 0.28 | 0.24 | - |
YUV | 8.45 | 127.18 | 124.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 11 | 7 | 0.64 | 0 | 0.36 | 0.96 | 145.71 | 0.47 | 0.03 |
Hex | 4 | B | 7 | 40 | 0 | 24 | 60 | 92 | 2F | 3 |
Octal | 4 | 13 | 7 | 100 | 0 | 44 | 140 | 222 | 57 | 3 |
Binary | 100 | 1011 | 111 | 1000000 | 0 | 100100 | 1100000 | 10010010 | 101111 | 11 |
Color Harmonies of #040B07
Complementary color
Monochromatic Colors of #040B07
Black with #040B07
Text Example
Text Example
White with #040B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B07; }
p { color: rgb(4,11,7); }
H1.HeaderClassName
{
color: #040B07;
}
.AnyTagClassName
{
color: #040B07;
}
</style>
background-color css
<style>
a { background-color: #040B07; }
a { background-color: rgb(4,11,7); }
div.DivClassName
{
background-color: #040B07;
}
.BgClassName
{
background-color: #040B07;
}
</style>
border-color css
<style>
span { border-color: #040B07; }
span { border-color: rgb(4,11,7); }
td.TdClassName
{
border-color: #040B07;
}
.TagClassName
{
border-color: #040B07;
}
</style>