Shades of Dark Green #04352B
Tints of Dark Green #04352B
RGB
CMYK
RGB Variations
Color information
#04352B (or 0x04352B) is known color: Dark Green. HEX triplet: 04, 35 and 2B. RGB value is (4,53,43). Sum of RGB (Red+Green+Blue) = 4+53+43=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #04352B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04352B is #FBCAD4. Grayscale: #252525. Windows color (decimal): -16501461 or 2831620. OLE color: 2831620.
HSL color Cylindrical-coordinate representation of color #04352B: hue angle of 167.76º 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 #04352B is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 53 | 43 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.79 |
| HSL | 167.76º | 0.86% | 0.11% | - |
| HSV(B) | 167.76º | 0.92% | 0.21% | - |
| XYZ | 1.76 | 2.75 | 2.72 | - |
| YUV | 37.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 43 | 0.92 | 0 | 0.19 | 0.79 | 167.76 | 0.86 | 0.11 |
| Hex | 4 | 35 | 2B | 5C | 0 | 13 | 4F | A8 | 56 | B |
| Octal | 4 | 65 | 53 | 134 | 0 | 23 | 117 | 250 | 126 | 13 |
| Binary | 100 | 110101 | 101011 | 1011100 | 0 | 10011 | 1001111 | 10101000 | 1010110 | 1011 |
Color Harmonies of #04352B
Complementary color
Monochromatic Colors of #04352B
Black with #04352B
Text Example
Text Example
White with #04352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04352B; }
p { color: rgb(4,53,43); }
H1.HeaderClassName
{
color: #04352B;
}
.AnyTagClassName
{
color: #04352B;
}
</style>
background-color css
<style>
a { background-color: #04352B; }
a { background-color: rgb(4,53,43); }
div.DivClassName
{
background-color: #04352B;
}
.BgClassName
{
background-color: #04352B;
}
</style>
border-color css
<style>
span { border-color: #04352B; }
span { border-color: rgb(4,53,43); }
td.TdClassName
{
border-color: #04352B;
}
.TagClassName
{
border-color: #04352B;
}
</style>