Shades of Dark Green #042321
Tints of Dark Green #042321
RGB
CMYK
RGB Variations
Color information
#042321 (or 0x042321) is known color: Dark Green. HEX triplet: 04, 23 and 21. RGB value is (4,35,33). Sum of RGB (Red+Green+Blue) = 4+35+33=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 33 (13.28% from 255 or 45.83% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #042321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042321 is #FBDCDE. Grayscale: #191919. Windows color (decimal): -16506079 or 2171652. OLE color: 2171652.
HSL color Cylindrical-coordinate representation of color #042321: hue angle of 176.13º 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 #042321 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 35 | 33 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.86 |
| HSL | 176.13º | 0.79% | 0.08% | - |
| HSV(B) | 176.13º | 0.89% | 0.14% | - |
| XYZ | 0.93 | 1.34 | 1.65 | - |
| YUV | 25.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 33 | 0.89 | 0 | 0.06 | 0.86 | 176.13 | 0.79 | 0.08 |
| Hex | 4 | 23 | 21 | 59 | 0 | 6 | 56 | B0 | 4F | 8 |
| Octal | 4 | 43 | 41 | 131 | 0 | 6 | 126 | 260 | 117 | 10 |
| Binary | 100 | 100011 | 100001 | 1011001 | 0 | 110 | 1010110 | 10110000 | 1001111 | 1000 |
Color Harmonies of #042321
Complementary color
Monochromatic Colors of #042321
Black with #042321
Text Example
Text Example
White with #042321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042321; }
p { color: rgb(4,35,33); }
H1.HeaderClassName
{
color: #042321;
}
.AnyTagClassName
{
color: #042321;
}
</style>
background-color css
<style>
a { background-color: #042321; }
a { background-color: rgb(4,35,33); }
div.DivClassName
{
background-color: #042321;
}
.BgClassName
{
background-color: #042321;
}
</style>
border-color css
<style>
span { border-color: #042321; }
span { border-color: rgb(4,35,33); }
td.TdClassName
{
border-color: #042321;
}
.TagClassName
{
border-color: #042321;
}
</style>