Shades of Dark Green #04352C
Tints of Dark Green #04352C
RGB
CMYK
RGB Variations
Color information
#04352C (or 0x04352C) is known color: Dark Green. HEX triplet: 04, 35 and 2C. RGB value is (4,53,44). Sum of RGB (Red+Green+Blue) = 4+53+44=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 53 (21.09% from 255 or 52.48% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 53 - color contains mainly: green. Hex color #04352C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04352C is #FBCAD3. Grayscale: #252525. Windows color (decimal): -16501460 or 2897156. OLE color: 2897156.
HSL color Cylindrical-coordinate representation of color #04352C: hue angle of 168.98º 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 #04352C is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 53 | 44 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.79 |
| HSL | 168.98º | 0.86% | 0.11% | - |
| HSV(B) | 168.98º | 0.92% | 0.21% | - |
| XYZ | 1.78 | 2.75 | 2.82 | - |
| YUV | 37.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 44 | 0.92 | 0 | 0.17 | 0.79 | 168.98 | 0.86 | 0.11 |
| Hex | 4 | 35 | 2C | 5C | 0 | 11 | 4F | A9 | 56 | B |
| Octal | 4 | 65 | 54 | 134 | 0 | 21 | 117 | 251 | 126 | 13 |
| Binary | 100 | 110101 | 101100 | 1011100 | 0 | 10001 | 1001111 | 10101001 | 1010110 | 1011 |
Color Harmonies of #04352C
Complementary color
Monochromatic Colors of #04352C
Black with #04352C
Text Example
Text Example
White with #04352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04352C; }
p { color: rgb(4,53,44); }
H1.HeaderClassName
{
color: #04352C;
}
.AnyTagClassName
{
color: #04352C;
}
</style>
background-color css
<style>
a { background-color: #04352C; }
a { background-color: rgb(4,53,44); }
div.DivClassName
{
background-color: #04352C;
}
.BgClassName
{
background-color: #04352C;
}
</style>
border-color css
<style>
span { border-color: #04352C; }
span { border-color: rgb(4,53,44); }
td.TdClassName
{
border-color: #04352C;
}
.TagClassName
{
border-color: #04352C;
}
</style>