Shades of Palm Leaf #32502D
Tints of Palm Leaf #32502D
RGB
CMYK
RGB Variations
Color information
#32502D (or 0x32502D) is known color: Palm Leaf. HEX triplet: 32, 50 and 2D. RGB value is (50,80,45). Sum of RGB (Red+Green+Blue) = 50+80+45=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #32502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32502D is #CDAFD2. Grayscale: #434343. Windows color (decimal): -13479891 or 2969650. OLE color: 2969650.
HSL color Cylindrical-coordinate representation of color #32502D: hue angle of 111.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32502D is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 45 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.69 |
| HSL | 111.43º | 0.28% | 0.25% | - |
| HSV(B) | 111.43º | 0.44% | 0.31% | - |
| XYZ | 4.66 | 6.6 | 3.51 | - |
| YUV | 67.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 45 | 0.37 | 0 | 0.44 | 0.69 | 111.43 | 0.28 | 0.25 |
| Hex | 32 | 50 | 2D | 25 | 0 | 2C | 45 | 6F | 1C | 19 |
| Octal | 62 | 120 | 55 | 45 | 0 | 54 | 105 | 157 | 34 | 31 |
| Binary | 110010 | 1010000 | 101101 | 100101 | 0 | 101100 | 1000101 | 1101111 | 11100 | 11001 |
Color Harmonies of #32502D
Complementary color
Monochromatic Colors of #32502D
Black with #32502D
Text Example
Text Example
White with #32502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32502D; }
p { color: rgb(50,80,45); }
H1.HeaderClassName
{
color: #32502D;
}
.AnyTagClassName
{
color: #32502D;
}
</style>
background-color css
<style>
a { background-color: #32502D; }
a { background-color: rgb(50,80,45); }
div.DivClassName
{
background-color: #32502D;
}
.BgClassName
{
background-color: #32502D;
}
</style>
border-color css
<style>
span { border-color: #32502D; }
span { border-color: rgb(50,80,45); }
td.TdClassName
{
border-color: #32502D;
}
.TagClassName
{
border-color: #32502D;
}
</style>