Shades of Dark Green #042521
Tints of Dark Green #042521
RGB
CMYK
RGB Variations
Color information
#042521 (or 0x042521) is known color: Dark Green. HEX triplet: 04, 25 and 21. RGB value is (4,37,33). Sum of RGB (Red+Green+Blue) = 4+37+33=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #042521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042521 is #FBDADE. Grayscale: #1A1A1A. Windows color (decimal): -16505567 or 2172164. OLE color: 2172164.
HSL color Cylindrical-coordinate representation of color #042521: hue angle of 172.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 #042521 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 37 | 33 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.85 |
| HSL | 172.73º | 0.8% | 0.08% | - |
| HSV(B) | 172.73º | 0.89% | 0.15% | - |
| XYZ | 0.99 | 1.46 | 1.67 | - |
| YUV | 26.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 33 | 0.89 | 0 | 0.11 | 0.85 | 172.73 | 0.8 | 0.08 |
| Hex | 4 | 25 | 21 | 59 | 0 | B | 55 | AD | 50 | 8 |
| Octal | 4 | 45 | 41 | 131 | 0 | 13 | 125 | 255 | 120 | 10 |
| Binary | 100 | 100101 | 100001 | 1011001 | 0 | 1011 | 1010101 | 10101101 | 1010000 | 1000 |
Color Harmonies of #042521
Complementary color
Monochromatic Colors of #042521
Black with #042521
Text Example
Text Example
White with #042521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042521; }
p { color: rgb(4,37,33); }
H1.HeaderClassName
{
color: #042521;
}
.AnyTagClassName
{
color: #042521;
}
</style>
background-color css
<style>
a { background-color: #042521; }
a { background-color: rgb(4,37,33); }
div.DivClassName
{
background-color: #042521;
}
.BgClassName
{
background-color: #042521;
}
</style>
border-color css
<style>
span { border-color: #042521; }
span { border-color: rgb(4,37,33); }
td.TdClassName
{
border-color: #042521;
}
.TagClassName
{
border-color: #042521;
}
</style>