Shades of Palm Leaf #325420
Tints of Palm Leaf #325420
RGB
CMYK
RGB Variations
Color information
#325420 (or 0x325420) is known color: Palm Leaf. HEX triplet: 32, 54 and 20. RGB value is (50,84,32). Sum of RGB (Red+Green+Blue) = 50+84+32=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #325420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325420 is #CDABDF. Grayscale: #444444. Windows color (decimal): -13478880 or 2118706. OLE color: 2118706.
HSL color Cylindrical-coordinate representation of color #325420: hue angle of 99.23º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325420 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 32 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.67 |
| HSL | 99.23º | 0.45% | 0.23% | - |
| HSV(B) | 99.23º | 0.62% | 0.33% | - |
| XYZ | 4.75 | 7.12 | 2.49 | - |
| YUV | 67.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 32 | 0.40 | 0 | 0.62 | 0.67 | 99.23 | 0.45 | 0.23 |
| Hex | 32 | 54 | 20 | 28 | 0 | 3E | 43 | 63 | 2D | 17 |
| Octal | 62 | 124 | 40 | 50 | 0 | 76 | 103 | 143 | 55 | 27 |
| Binary | 110010 | 1010100 | 100000 | 101000 | 0 | 111110 | 1000011 | 1100011 | 101101 | 10111 |
Color Harmonies of #325420
Complementary color
Monochromatic Colors of #325420
Black with #325420
Text Example
Text Example
White with #325420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325420; }
p { color: rgb(50,84,32); }
H1.HeaderClassName
{
color: #325420;
}
.AnyTagClassName
{
color: #325420;
}
</style>
background-color css
<style>
a { background-color: #325420; }
a { background-color: rgb(50,84,32); }
div.DivClassName
{
background-color: #325420;
}
.BgClassName
{
background-color: #325420;
}
</style>
border-color css
<style>
span { border-color: #325420; }
span { border-color: rgb(50,84,32); }
td.TdClassName
{
border-color: #325420;
}
.TagClassName
{
border-color: #325420;
}
</style>