Shades of Palm Leaf #32552C
Tints of Palm Leaf #32552C
RGB
CMYK
RGB Variations
Color information
#32552C (or 0x32552C) is known color: Palm Leaf. HEX triplet: 32, 55 and 2C. RGB value is (50,85,44). Sum of RGB (Red+Green+Blue) = 50+85+44=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #32552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32552C is #CDAAD3. Grayscale: #454545. Windows color (decimal): -13478612 or 2905394. OLE color: 2905394.
HSL color Cylindrical-coordinate representation of color #32552C: hue angle of 111.22º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32552C is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 44 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.67 |
| HSL | 111.22º | 0.32% | 0.25% | - |
| HSV(B) | 111.22º | 0.48% | 0.33% | - |
| XYZ | 5.02 | 7.36 | 3.54 | - |
| YUV | 69.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 44 | 0.41 | 0 | 0.48 | 0.67 | 111.22 | 0.32 | 0.25 |
| Hex | 32 | 55 | 2C | 29 | 0 | 30 | 43 | 6F | 20 | 19 |
| Octal | 62 | 125 | 54 | 51 | 0 | 60 | 103 | 157 | 40 | 31 |
| Binary | 110010 | 1010101 | 101100 | 101001 | 0 | 110000 | 1000011 | 1101111 | 100000 | 11001 |
Color Harmonies of #32552C
Complementary color
Monochromatic Colors of #32552C
Black with #32552C
Text Example
Text Example
White with #32552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32552C; }
p { color: rgb(50,85,44); }
H1.HeaderClassName
{
color: #32552C;
}
.AnyTagClassName
{
color: #32552C;
}
</style>
background-color css
<style>
a { background-color: #32552C; }
a { background-color: rgb(50,85,44); }
div.DivClassName
{
background-color: #32552C;
}
.BgClassName
{
background-color: #32552C;
}
</style>
border-color css
<style>
span { border-color: #32552C; }
span { border-color: rgb(50,85,44); }
td.TdClassName
{
border-color: #32552C;
}
.TagClassName
{
border-color: #32552C;
}
</style>