Shades of Dark Green #043516
Tints of Dark Green #043516
RGB
CMYK
RGB Variations
Color information
#043516 (or 0x043516) is known color: Dark Green. HEX triplet: 04, 35 and 16. RGB value is (4,53,22). Sum of RGB (Red+Green+Blue) = 4+53+22=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 53 (21.09% from 255 or 67.09% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 53 - color contains mainly: green. Hex color #043516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043516 is #FBCAE9. Grayscale: #222222. Windows color (decimal): -16501482 or 1455364. OLE color: 1455364.
HSL color Cylindrical-coordinate representation of color #043516: hue angle of 142.04º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043516 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 53 | 22 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.79 |
| HSL | 142.04º | 0.86% | 0.11% | - |
| HSV(B) | 142.04º | 0.92% | 0.21% | - |
| XYZ | 1.47 | 2.63 | 1.19 | - |
| YUV | 34.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 22 | 0.92 | 0 | 0.58 | 0.79 | 142.04 | 0.86 | 0.11 |
| Hex | 4 | 35 | 16 | 5C | 0 | 3A | 4F | 8E | 56 | B |
| Octal | 4 | 65 | 26 | 134 | 0 | 72 | 117 | 216 | 126 | 13 |
| Binary | 100 | 110101 | 10110 | 1011100 | 0 | 111010 | 1001111 | 10001110 | 1010110 | 1011 |
Color Harmonies of #043516
Complementary color
Monochromatic Colors of #043516
Black with #043516
Text Example
Text Example
White with #043516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043516; }
p { color: rgb(4,53,22); }
H1.HeaderClassName
{
color: #043516;
}
.AnyTagClassName
{
color: #043516;
}
</style>
background-color css
<style>
a { background-color: #043516; }
a { background-color: rgb(4,53,22); }
div.DivClassName
{
background-color: #043516;
}
.BgClassName
{
background-color: #043516;
}
</style>
border-color css
<style>
span { border-color: #043516; }
span { border-color: rgb(4,53,22); }
td.TdClassName
{
border-color: #043516;
}
.TagClassName
{
border-color: #043516;
}
</style>