Shades of Dark Green #042616
Tints of Dark Green #042616
RGB
CMYK
RGB Variations
Color information
#042616 (or 0x042616) is known color: Dark Green. HEX triplet: 04, 26 and 16. RGB value is (4,38,22). Sum of RGB (Red+Green+Blue) = 4+38+22=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 38 (15.23% from 255 or 59.38% from 64); Blue value is 22 (8.98% from 255 or 34.38% from 64); Max value from RGB is 38 - color contains mainly: green. Hex color #042616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042616 is #FBD9E9. Grayscale: #1A1A1A. Windows color (decimal): -16505322 or 1451524. OLE color: 1451524.
HSL color Cylindrical-coordinate representation of color #042616: hue angle of 151.76º degrees, saturation: 0.81, 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 #042616 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 38 | 22 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.85 |
| HSL | 151.76º | 0.81% | 0.08% | - |
| HSV(B) | 151.76º | 0.89% | 0.15% | - |
| XYZ | 0.89 | 1.47 | 1 | - |
| YUV | 26.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 22 | 0.89 | 0 | 0.42 | 0.85 | 151.76 | 0.81 | 0.08 |
| Hex | 4 | 26 | 16 | 59 | 0 | 2A | 55 | 98 | 51 | 8 |
| Octal | 4 | 46 | 26 | 131 | 0 | 52 | 125 | 230 | 121 | 10 |
| Binary | 100 | 100110 | 10110 | 1011001 | 0 | 101010 | 1010101 | 10011000 | 1010001 | 1000 |
Color Harmonies of #042616
Complementary color
Monochromatic Colors of #042616
Black with #042616
Text Example
Text Example
White with #042616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042616; }
p { color: rgb(4,38,22); }
H1.HeaderClassName
{
color: #042616;
}
.AnyTagClassName
{
color: #042616;
}
</style>
background-color css
<style>
a { background-color: #042616; }
a { background-color: rgb(4,38,22); }
div.DivClassName
{
background-color: #042616;
}
.BgClassName
{
background-color: #042616;
}
</style>
border-color css
<style>
span { border-color: #042616; }
span { border-color: rgb(4,38,22); }
td.TdClassName
{
border-color: #042616;
}
.TagClassName
{
border-color: #042616;
}
</style>