Shades of Dark Green #043529
Tints of Dark Green #043529
RGB
CMYK
RGB Variations
Color information
#043529 (or 0x043529) is known color: Dark Green. HEX triplet: 04, 35 and 29. RGB value is (4,53,41). Sum of RGB (Red+Green+Blue) = 4+53+41=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #043529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043529 is #FBCAD6. Grayscale: #242424. Windows color (decimal): -16501463 or 2700548. OLE color: 2700548.
HSL color Cylindrical-coordinate representation of color #043529: hue angle of 165.31º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043529 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 53 | 41 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.79 |
| HSL | 165.31º | 0.86% | 0.11% | - |
| HSV(B) | 165.31º | 0.92% | 0.21% | - |
| XYZ | 1.72 | 2.73 | 2.53 | - |
| YUV | 36.98 | 130.27 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 41 | 0.92 | 0 | 0.23 | 0.79 | 165.31 | 0.86 | 0.11 |
| Hex | 4 | 35 | 29 | 5C | 0 | 17 | 4F | A5 | 56 | B |
| Octal | 4 | 65 | 51 | 134 | 0 | 27 | 117 | 245 | 126 | 13 |
| Binary | 100 | 110101 | 101001 | 1011100 | 0 | 10111 | 1001111 | 10100101 | 1010110 | 1011 |
Color Harmonies of #043529
Complementary color
Monochromatic Colors of #043529
Black with #043529
Text Example
Text Example
White with #043529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043529; }
p { color: rgb(4,53,41); }
H1.HeaderClassName
{
color: #043529;
}
.AnyTagClassName
{
color: #043529;
}
</style>
background-color css
<style>
a { background-color: #043529; }
a { background-color: rgb(4,53,41); }
div.DivClassName
{
background-color: #043529;
}
.BgClassName
{
background-color: #043529;
}
</style>
border-color css
<style>
span { border-color: #043529; }
span { border-color: rgb(4,53,41); }
td.TdClassName
{
border-color: #043529;
}
.TagClassName
{
border-color: #043529;
}
</style>