Shades of Dark Green #040B0A
Tints of Dark Green #040B0A
RGB
CMYK
RGB Variations
Color information
#040B0A (or 0x040B0A) is known color: Dark Green. HEX triplet: 04, 0B and 0A. RGB value is (4,11,10). Sum of RGB (Red+Green+Blue) = 4+11+10=25 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16% from 25); Green value is 11 (4.69% from 255 or 44% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 11 - color contains mainly: green. Hex color #040B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B0A is #FBF4F5. Grayscale: #080808. Windows color (decimal): -16512246 or 658180. OLE color: 658180.
HSL color Cylindrical-coordinate representation of color #040B0A: hue angle of 171.43º 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 #040B0A is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.96.
Color convert
RGB | 4 | 11 | 10 | - |
CMYK | 0.64 | 0 | 0.09 | 0.96 |
HSL | 171.43º | 0.47% | 0.03% | - |
HSV(B) | 171.43º | 0.64% | 0.04% | - |
XYZ | 0.22 | 0.29 | 0.33 | - |
YUV | 8.79 | 128.68 | 124.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 11 | 10 | 0.64 | 0 | 0.09 | 0.96 | 171.43 | 0.47 | 0.03 |
Hex | 4 | B | A | 40 | 0 | 9 | 60 | AB | 2F | 3 |
Octal | 4 | 13 | 12 | 100 | 0 | 11 | 140 | 253 | 57 | 3 |
Binary | 100 | 1011 | 1010 | 1000000 | 0 | 1001 | 1100000 | 10101011 | 101111 | 11 |
Color Harmonies of #040B0A
Complementary color
Monochromatic Colors of #040B0A
Black with #040B0A
Text Example
Text Example
White with #040B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B0A; }
p { color: rgb(4,11,10); }
H1.HeaderClassName
{
color: #040B0A;
}
.AnyTagClassName
{
color: #040B0A;
}
</style>
background-color css
<style>
a { background-color: #040B0A; }
a { background-color: rgb(4,11,10); }
div.DivClassName
{
background-color: #040B0A;
}
.BgClassName
{
background-color: #040B0A;
}
</style>
border-color css
<style>
span { border-color: #040B0A; }
span { border-color: rgb(4,11,10); }
td.TdClassName
{
border-color: #040B0A;
}
.TagClassName
{
border-color: #040B0A;
}
</style>