Shades of Dark Green #042316
Tints of Dark Green #042316
RGB
CMYK
RGB Variations
Color information
#042316 (or 0x042316) is known color: Dark Green. HEX triplet: 04, 23 and 16. RGB value is (4,35,22). Sum of RGB (Red+Green+Blue) = 4+35+22=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 35 (14.06% from 255 or 57.38% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 35 - color contains mainly: green. Hex color #042316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042316 is #FBDCE9. Grayscale: #181818. Windows color (decimal): -16506090 or 1450756. OLE color: 1450756.
HSL color Cylindrical-coordinate representation of color #042316: hue angle of 154.84º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042316 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 35 | 22 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.86 |
| HSL | 154.84º | 0.79% | 0.08% | - |
| HSV(B) | 154.84º | 0.89% | 0.14% | - |
| XYZ | 0.8 | 1.29 | 0.97 | - |
| YUV | 24.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 22 | 0.89 | 0 | 0.37 | 0.86 | 154.84 | 0.79 | 0.08 |
| Hex | 4 | 23 | 16 | 59 | 0 | 25 | 56 | 9B | 4F | 8 |
| Octal | 4 | 43 | 26 | 131 | 0 | 45 | 126 | 233 | 117 | 10 |
| Binary | 100 | 100011 | 10110 | 1011001 | 0 | 100101 | 1010110 | 10011011 | 1001111 | 1000 |
Color Harmonies of #042316
Complementary color
Monochromatic Colors of #042316
Black with #042316
Text Example
Text Example
White with #042316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042316; }
p { color: rgb(4,35,22); }
H1.HeaderClassName
{
color: #042316;
}
.AnyTagClassName
{
color: #042316;
}
</style>
background-color css
<style>
a { background-color: #042316; }
a { background-color: rgb(4,35,22); }
div.DivClassName
{
background-color: #042316;
}
.BgClassName
{
background-color: #042316;
}
</style>
border-color css
<style>
span { border-color: #042316; }
span { border-color: rgb(4,35,22); }
td.TdClassName
{
border-color: #042316;
}
.TagClassName
{
border-color: #042316;
}
</style>