Shades of Palm Leaf #325924
Tints of Palm Leaf #325924
RGB
CMYK
RGB Variations
Color information
#325924 (or 0x325924) is known color: Palm Leaf. HEX triplet: 32, 59 and 24. RGB value is (50,89,36). Sum of RGB (Red+Green+Blue) = 50+89+36=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #325924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325924 is #CDA6DB. Grayscale: #474747. Windows color (decimal): -13477596 or 2382130. OLE color: 2382130.
HSL color Cylindrical-coordinate representation of color #325924: hue angle of 104.15º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #325924 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 89 | 36 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.65 |
| HSL | 104.15º | 0.42% | 0.25% | - |
| HSV(B) | 104.15º | 0.6% | 0.35% | - |
| XYZ | 5.21 | 7.95 | 2.93 | - |
| YUV | 71.3 | 108.08 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 36 | 0.44 | 0 | 0.60 | 0.65 | 104.15 | 0.42 | 0.25 |
| Hex | 32 | 59 | 24 | 2C | 0 | 3C | 41 | 68 | 2A | 19 |
| Octal | 62 | 131 | 44 | 54 | 0 | 74 | 101 | 150 | 52 | 31 |
| Binary | 110010 | 1011001 | 100100 | 101100 | 0 | 111100 | 1000001 | 1101000 | 101010 | 11001 |
Color Harmonies of #325924
Complementary color
Monochromatic Colors of #325924
Black with #325924
Text Example
Text Example
White with #325924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325924; }
p { color: rgb(50,89,36); }
H1.HeaderClassName
{
color: #325924;
}
.AnyTagClassName
{
color: #325924;
}
</style>
background-color css
<style>
a { background-color: #325924; }
a { background-color: rgb(50,89,36); }
div.DivClassName
{
background-color: #325924;
}
.BgClassName
{
background-color: #325924;
}
</style>
border-color css
<style>
span { border-color: #325924; }
span { border-color: rgb(50,89,36); }
td.TdClassName
{
border-color: #325924;
}
.TagClassName
{
border-color: #325924;
}
</style>