Shades of Palm Leaf #32502E
Tints of Palm Leaf #32502E
RGB
CMYK
RGB Variations
Color information
#32502E (or 0x32502E) is known color: Palm Leaf. HEX triplet: 32, 50 and 2E. RGB value is (50,80,46). Sum of RGB (Red+Green+Blue) = 50+80+46=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #32502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32502E is #CDAFD1. Grayscale: #434343. Windows color (decimal): -13479890 or 3035186. OLE color: 3035186.
HSL color Cylindrical-coordinate representation of color #32502E: hue angle of 112.94º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #32502E is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 46 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.69 |
| HSL | 112.94º | 0.27% | 0.25% | - |
| HSV(B) | 112.94º | 0.43% | 0.31% | - |
| XYZ | 4.68 | 6.61 | 3.61 | - |
| YUV | 67.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 46 | 0.37 | 0 | 0.42 | 0.69 | 112.94 | 0.27 | 0.25 |
| Hex | 32 | 50 | 2E | 25 | 0 | 2A | 45 | 71 | 1B | 19 |
| Octal | 62 | 120 | 56 | 45 | 0 | 52 | 105 | 161 | 33 | 31 |
| Binary | 110010 | 1010000 | 101110 | 100101 | 0 | 101010 | 1000101 | 1110001 | 11011 | 11001 |
Color Harmonies of #32502E
Complementary color
Monochromatic Colors of #32502E
Black with #32502E
Text Example
Text Example
White with #32502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32502E; }
p { color: rgb(50,80,46); }
H1.HeaderClassName
{
color: #32502E;
}
.AnyTagClassName
{
color: #32502E;
}
</style>
background-color css
<style>
a { background-color: #32502E; }
a { background-color: rgb(50,80,46); }
div.DivClassName
{
background-color: #32502E;
}
.BgClassName
{
background-color: #32502E;
}
</style>
border-color css
<style>
span { border-color: #32502E; }
span { border-color: rgb(50,80,46); }
td.TdClassName
{
border-color: #32502E;
}
.TagClassName
{
border-color: #32502E;
}
</style>