Shades of Palm Leaf #32552B
Tints of Palm Leaf #32552B
RGB
CMYK
RGB Variations
Color information
#32552B (or 0x32552B) is known color: Palm Leaf. HEX triplet: 32, 55 and 2B. RGB value is (50,85,43). Sum of RGB (Red+Green+Blue) = 50+85+43=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #32552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32552B is #CDAAD4. Grayscale: #454545. Windows color (decimal): -13478613 or 2839858. OLE color: 2839858.
HSL color Cylindrical-coordinate representation of color #32552B: hue angle of 110º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #32552B is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 43 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.67 |
| HSL | 110º | 0.33% | 0.25% | - |
| HSV(B) | 110º | 0.49% | 0.33% | - |
| XYZ | 5 | 7.35 | 3.44 | - |
| YUV | 69.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 43 | 0.41 | 0 | 0.49 | 0.67 | 110 | 0.33 | 0.25 |
| Hex | 32 | 55 | 2B | 29 | 0 | 31 | 43 | 6E | 21 | 19 |
| Octal | 62 | 125 | 53 | 51 | 0 | 61 | 103 | 156 | 41 | 31 |
| Binary | 110010 | 1010101 | 101011 | 101001 | 0 | 110001 | 1000011 | 1101110 | 100001 | 11001 |
Color Harmonies of #32552B
Complementary color
Monochromatic Colors of #32552B
Black with #32552B
Text Example
Text Example
White with #32552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32552B; }
p { color: rgb(50,85,43); }
H1.HeaderClassName
{
color: #32552B;
}
.AnyTagClassName
{
color: #32552B;
}
</style>
background-color css
<style>
a { background-color: #32552B; }
a { background-color: rgb(50,85,43); }
div.DivClassName
{
background-color: #32552B;
}
.BgClassName
{
background-color: #32552B;
}
</style>
border-color css
<style>
span { border-color: #32552B; }
span { border-color: rgb(50,85,43); }
td.TdClassName
{
border-color: #32552B;
}
.TagClassName
{
border-color: #32552B;
}
</style>