Shades of Dark Green #042516
Tints of Dark Green #042516
RGB
CMYK
RGB Variations
Color information
#042516 (or 0x042516) is known color: Dark Green. HEX triplet: 04, 25 and 16. RGB value is (4,37,22). Sum of RGB (Red+Green+Blue) = 4+37+22=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #042516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042516 is #FBDAE9. Grayscale: #191919. Windows color (decimal): -16505578 or 1451268. OLE color: 1451268.
HSL color Cylindrical-coordinate representation of color #042516: hue angle of 152.73º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042516 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 37 | 22 | - |
| CMYK | 0.89 | 0 | 0.41 | 0.85 |
| HSL | 152.73º | 0.8% | 0.08% | - |
| HSV(B) | 152.73º | 0.89% | 0.15% | - |
| XYZ | 0.86 | 1.41 | 0.99 | - |
| YUV | 25.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 22 | 0.89 | 0 | 0.41 | 0.85 | 152.73 | 0.8 | 0.08 |
| Hex | 4 | 25 | 16 | 59 | 0 | 29 | 55 | 99 | 50 | 8 |
| Octal | 4 | 45 | 26 | 131 | 0 | 51 | 125 | 231 | 120 | 10 |
| Binary | 100 | 100101 | 10110 | 1011001 | 0 | 101001 | 1010101 | 10011001 | 1010000 | 1000 |
Color Harmonies of #042516
Complementary color
Monochromatic Colors of #042516
Black with #042516
Text Example
Text Example
White with #042516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042516; }
p { color: rgb(4,37,22); }
H1.HeaderClassName
{
color: #042516;
}
.AnyTagClassName
{
color: #042516;
}
</style>
background-color css
<style>
a { background-color: #042516; }
a { background-color: rgb(4,37,22); }
div.DivClassName
{
background-color: #042516;
}
.BgClassName
{
background-color: #042516;
}
</style>
border-color css
<style>
span { border-color: #042516; }
span { border-color: rgb(4,37,22); }
td.TdClassName
{
border-color: #042516;
}
.TagClassName
{
border-color: #042516;
}
</style>