Shades of Dark Green #04100B
Tints of Dark Green #04100B
RGB
CMYK
RGB Variations
Color information
#04100B (or 0x04100B) is known color: Dark Green. HEX triplet: 04, 10 and 0B. RGB value is (4,16,11). Sum of RGB (Red+Green+Blue) = 4+16+11=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 16 (6.64% from 255 or 51.61% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 16 - color contains mainly: green. Hex color #04100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04100B is #FBEFF4. Grayscale: #0B0B0B. Windows color (decimal): -16510965 or 724996. OLE color: 724996.
HSL color Cylindrical-coordinate representation of color #04100B: hue angle of 155º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #04100B is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 4 | 16 | 11 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.94 |
| HSL | 155º | 0.6% | 0.04% | - |
| HSV(B) | 155º | 0.75% | 0.06% | - |
| XYZ | 0.3 | 0.42 | 0.38 | - |
| YUV | 11.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 11 | 0.75 | 0 | 0.31 | 0.94 | 155 | 0.6 | 0.04 |
| Hex | 4 | 10 | B | 4B | 0 | 1F | 5E | 9B | 3C | 4 |
| Octal | 4 | 20 | 13 | 113 | 0 | 37 | 136 | 233 | 74 | 4 |
| Binary | 100 | 10000 | 1011 | 1001011 | 0 | 11111 | 1011110 | 10011011 | 111100 | 100 |
Color Harmonies of #04100B
Complementary color
Monochromatic Colors of #04100B
Black with #04100B
Text Example
Text Example
White with #04100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04100B; }
p { color: rgb(4,16,11); }
H1.HeaderClassName
{
color: #04100B;
}
.AnyTagClassName
{
color: #04100B;
}
</style>
background-color css
<style>
a { background-color: #04100B; }
a { background-color: rgb(4,16,11); }
div.DivClassName
{
background-color: #04100B;
}
.BgClassName
{
background-color: #04100B;
}
</style>
border-color css
<style>
span { border-color: #04100B; }
span { border-color: rgb(4,16,11); }
td.TdClassName
{
border-color: #04100B;
}
.TagClassName
{
border-color: #04100B;
}
</style>