Shades of Palm Leaf #32512E
Tints of Palm Leaf #32512E
RGB
CMYK
RGB Variations
Color information
#32512E (or 0x32512E) is known color: Palm Leaf. HEX triplet: 32, 51 and 2E. RGB value is (50,81,46). Sum of RGB (Red+Green+Blue) = 50+81+46=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #32512E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32512E is #CDAED1. Grayscale: #434343. Windows color (decimal): -13479634 or 3035442. OLE color: 3035442.
HSL color Cylindrical-coordinate representation of color #32512E: hue angle of 113.14º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #32512E is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 46 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.68 |
| HSL | 113.14º | 0.28% | 0.25% | - |
| HSV(B) | 113.14º | 0.43% | 0.32% | - |
| XYZ | 4.75 | 6.76 | 3.64 | - |
| YUV | 67.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 46 | 0.38 | 0 | 0.43 | 0.68 | 113.14 | 0.28 | 0.25 |
| Hex | 32 | 51 | 2E | 26 | 0 | 2B | 44 | 71 | 1C | 19 |
| Octal | 62 | 121 | 56 | 46 | 0 | 53 | 104 | 161 | 34 | 31 |
| Binary | 110010 | 1010001 | 101110 | 100110 | 0 | 101011 | 1000100 | 1110001 | 11100 | 11001 |
Color Harmonies of #32512E
Complementary color
Monochromatic Colors of #32512E
Black with #32512E
Text Example
Text Example
White with #32512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32512E; }
p { color: rgb(50,81,46); }
H1.HeaderClassName
{
color: #32512E;
}
.AnyTagClassName
{
color: #32512E;
}
</style>
background-color css
<style>
a { background-color: #32512E; }
a { background-color: rgb(50,81,46); }
div.DivClassName
{
background-color: #32512E;
}
.BgClassName
{
background-color: #32512E;
}
</style>
border-color css
<style>
span { border-color: #32512E; }
span { border-color: rgb(50,81,46); }
td.TdClassName
{
border-color: #32512E;
}
.TagClassName
{
border-color: #32512E;
}
</style>