Shades of Dark Green #04100C
Tints of Dark Green #04100C
RGB
CMYK
RGB Variations
Color information
#04100C (or 0x04100C) is known color: Dark Green. HEX triplet: 04, 10 and 0C. RGB value is (4,16,12). Sum of RGB (Red+Green+Blue) = 4+16+12=32 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.5% from 32); Green value is 16 (6.64% from 255 or 50% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 16 - color contains mainly: green. Hex color #04100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04100C is #FBEFF3. Grayscale: #0B0B0B. Windows color (decimal): -16510964 or 790532. OLE color: 790532.
HSL color Cylindrical-coordinate representation of color #04100C: hue angle of 160º 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 #04100C is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 4 | 16 | 12 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.94 |
| HSL | 160º | 0.6% | 0.04% | - |
| HSV(B) | 160º | 0.75% | 0.06% | - |
| XYZ | 0.3 | 0.42 | 0.41 | - |
| YUV | 11.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 12 | 0.75 | 0 | 0.25 | 0.94 | 160 | 0.6 | 0.04 |
| Hex | 4 | 10 | C | 4B | 0 | 19 | 5E | A0 | 3C | 4 |
| Octal | 4 | 20 | 14 | 113 | 0 | 31 | 136 | 240 | 74 | 4 |
| Binary | 100 | 10000 | 1100 | 1001011 | 0 | 11001 | 1011110 | 10100000 | 111100 | 100 |
Color Harmonies of #04100C
Complementary color
Monochromatic Colors of #04100C
Black with #04100C
Text Example
Text Example
White with #04100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04100C; }
p { color: rgb(4,16,12); }
H1.HeaderClassName
{
color: #04100C;
}
.AnyTagClassName
{
color: #04100C;
}
</style>
background-color css
<style>
a { background-color: #04100C; }
a { background-color: rgb(4,16,12); }
div.DivClassName
{
background-color: #04100C;
}
.BgClassName
{
background-color: #04100C;
}
</style>
border-color css
<style>
span { border-color: #04100C; }
span { border-color: rgb(4,16,12); }
td.TdClassName
{
border-color: #04100C;
}
.TagClassName
{
border-color: #04100C;
}
</style>