Shades of Palm Leaf #32522F
Tints of Palm Leaf #32522F
RGB
CMYK
RGB Variations
Color information
#32522F (or 0x32522F) is known color: Palm Leaf. HEX triplet: 32, 52 and 2F. RGB value is (50,82,47). Sum of RGB (Red+Green+Blue) = 50+82+47=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #32522F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32522F is #CDADD0. Grayscale: #444444. Windows color (decimal): -13479377 or 3101234. OLE color: 3101234.
HSL color Cylindrical-coordinate representation of color #32522F: hue angle of 114.86º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #32522F is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 47 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.68 |
| HSL | 114.86º | 0.27% | 0.25% | - |
| HSV(B) | 114.86º | 0.43% | 0.32% | - |
| XYZ | 4.85 | 6.92 | 3.77 | - |
| YUV | 68.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 47 | 0.39 | 0 | 0.43 | 0.68 | 114.86 | 0.27 | 0.25 |
| Hex | 32 | 52 | 2F | 27 | 0 | 2B | 44 | 73 | 1B | 19 |
| Octal | 62 | 122 | 57 | 47 | 0 | 53 | 104 | 163 | 33 | 31 |
| Binary | 110010 | 1010010 | 101111 | 100111 | 0 | 101011 | 1000100 | 1110011 | 11011 | 11001 |
Color Harmonies of #32522F
Complementary color
Monochromatic Colors of #32522F
Black with #32522F
Text Example
Text Example
White with #32522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32522F; }
p { color: rgb(50,82,47); }
H1.HeaderClassName
{
color: #32522F;
}
.AnyTagClassName
{
color: #32522F;
}
</style>
background-color css
<style>
a { background-color: #32522F; }
a { background-color: rgb(50,82,47); }
div.DivClassName
{
background-color: #32522F;
}
.BgClassName
{
background-color: #32522F;
}
</style>
border-color css
<style>
span { border-color: #32522F; }
span { border-color: rgb(50,82,47); }
td.TdClassName
{
border-color: #32522F;
}
.TagClassName
{
border-color: #32522F;
}
</style>