Shades of Dark Green #043321
Tints of Dark Green #043321
RGB
CMYK
RGB Variations
Color information
#043321 (or 0x043321) is known color: Dark Green. HEX triplet: 04, 33 and 21. RGB value is (4,51,33). Sum of RGB (Red+Green+Blue) = 4+51+33=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 51 (20.31% from 255 or 57.95% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 51 - color contains mainly: green. Hex color #043321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043321 is #FBCCDE. Grayscale: #222222. Windows color (decimal): -16501983 or 2175748. OLE color: 2175748.
HSL color Cylindrical-coordinate representation of color #043321: hue angle of 157.02º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043321 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 4 | 51 | 33 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.8 |
| HSL | 157.02º | 0.85% | 0.11% | - |
| HSV(B) | 157.02º | 0.92% | 0.2% | - |
| XYZ | 1.51 | 2.5 | 1.84 | - |
| YUV | 34.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 51 | 33 | 0.92 | 0 | 0.35 | 0.8 | 157.02 | 0.85 | 0.11 |
| Hex | 4 | 33 | 21 | 5C | 0 | 23 | 50 | 9D | 55 | B |
| Octal | 4 | 63 | 41 | 134 | 0 | 43 | 120 | 235 | 125 | 13 |
| Binary | 100 | 110011 | 100001 | 1011100 | 0 | 100011 | 1010000 | 10011101 | 1010101 | 1011 |
Color Harmonies of #043321
Complementary color
Monochromatic Colors of #043321
Black with #043321
Text Example
Text Example
White with #043321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043321; }
p { color: rgb(4,51,33); }
H1.HeaderClassName
{
color: #043321;
}
.AnyTagClassName
{
color: #043321;
}
</style>
background-color css
<style>
a { background-color: #043321; }
a { background-color: rgb(4,51,33); }
div.DivClassName
{
background-color: #043321;
}
.BgClassName
{
background-color: #043321;
}
</style>
border-color css
<style>
span { border-color: #043321; }
span { border-color: rgb(4,51,33); }
td.TdClassName
{
border-color: #043321;
}
.TagClassName
{
border-color: #043321;
}
</style>