Shades of Palm Leaf #325222
Tints of Palm Leaf #325222
RGB
CMYK
RGB Variations
Color information
#325222 (or 0x325222) is known color: Palm Leaf. HEX triplet: 32, 52 and 22. RGB value is (50,82,34). Sum of RGB (Red+Green+Blue) = 50+82+34=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #325222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325222 is #CDADDD. Grayscale: #434343. Windows color (decimal): -13479390 or 2249266. OLE color: 2249266.
HSL color Cylindrical-coordinate representation of color #325222: hue angle of 100º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #325222 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 34 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.68 |
| HSL | 100º | 0.41% | 0.23% | - |
| HSV(B) | 100º | 0.59% | 0.32% | - |
| XYZ | 4.62 | 6.83 | 2.59 | - |
| YUV | 66.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 34 | 0.39 | 0 | 0.59 | 0.68 | 100 | 0.41 | 0.23 |
| Hex | 32 | 52 | 22 | 27 | 0 | 3B | 44 | 64 | 29 | 17 |
| Octal | 62 | 122 | 42 | 47 | 0 | 73 | 104 | 144 | 51 | 27 |
| Binary | 110010 | 1010010 | 100010 | 100111 | 0 | 111011 | 1000100 | 1100100 | 101001 | 10111 |
Color Harmonies of #325222
Complementary color
Monochromatic Colors of #325222
Black with #325222
Text Example
Text Example
White with #325222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325222; }
p { color: rgb(50,82,34); }
H1.HeaderClassName
{
color: #325222;
}
.AnyTagClassName
{
color: #325222;
}
</style>
background-color css
<style>
a { background-color: #325222; }
a { background-color: rgb(50,82,34); }
div.DivClassName
{
background-color: #325222;
}
.BgClassName
{
background-color: #325222;
}
</style>
border-color css
<style>
span { border-color: #325222; }
span { border-color: rgb(50,82,34); }
td.TdClassName
{
border-color: #325222;
}
.TagClassName
{
border-color: #325222;
}
</style>