Shades of Palm Leaf #32502F
Tints of Palm Leaf #32502F
RGB
CMYK
RGB Variations
Color information
#32502F (or 0x32502F) is known color: Palm Leaf. HEX triplet: 32, 50 and 2F. RGB value is (50,80,47). Sum of RGB (Red+Green+Blue) = 50+80+47=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #32502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32502F is #CDAFD0. Grayscale: #434343. Windows color (decimal): -13479889 or 3100722. OLE color: 3100722.
HSL color Cylindrical-coordinate representation of color #32502F: hue angle of 114.55º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #32502F is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 47 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.69 |
| HSL | 114.55º | 0.26% | 0.25% | - |
| HSV(B) | 114.55º | 0.41% | 0.31% | - |
| XYZ | 4.7 | 6.62 | 3.72 | - |
| YUV | 67.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 47 | 0.37 | 0 | 0.41 | 0.69 | 114.55 | 0.26 | 0.25 |
| Hex | 32 | 50 | 2F | 25 | 0 | 29 | 45 | 73 | 1A | 19 |
| Octal | 62 | 120 | 57 | 45 | 0 | 51 | 105 | 163 | 32 | 31 |
| Binary | 110010 | 1010000 | 101111 | 100101 | 0 | 101001 | 1000101 | 1110011 | 11010 | 11001 |
Color Harmonies of #32502F
Complementary color
Monochromatic Colors of #32502F
Black with #32502F
Text Example
Text Example
White with #32502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32502F; }
p { color: rgb(50,80,47); }
H1.HeaderClassName
{
color: #32502F;
}
.AnyTagClassName
{
color: #32502F;
}
</style>
background-color css
<style>
a { background-color: #32502F; }
a { background-color: rgb(50,80,47); }
div.DivClassName
{
background-color: #32502F;
}
.BgClassName
{
background-color: #32502F;
}
</style>
border-color css
<style>
span { border-color: #32502F; }
span { border-color: rgb(50,80,47); }
td.TdClassName
{
border-color: #32502F;
}
.TagClassName
{
border-color: #32502F;
}
</style>