Shades of Palm Leaf #32591B
Tints of Palm Leaf #32591B
RGB
CMYK
RGB Variations
Color information
#32591B (or 0x32591B) is known color: Palm Leaf. HEX triplet: 32, 59 and 1B. RGB value is (50,89,27). Sum of RGB (Red+Green+Blue) = 50+89+27=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #32591B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32591B is #CDA6E4. Grayscale: #464646. Windows color (decimal): -13477605 or 1792306. OLE color: 1792306.
HSL color Cylindrical-coordinate representation of color #32591B: hue angle of 97.74º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32591B is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 89 | 27 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.65 |
| HSL | 97.74º | 0.53% | 0.23% | - |
| HSV(B) | 97.74º | 0.7% | 0.35% | - |
| XYZ | 5.09 | 7.9 | 2.29 | - |
| YUV | 70.27 | 103.58 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 27 | 0.44 | 0 | 0.70 | 0.65 | 97.74 | 0.53 | 0.23 |
| Hex | 32 | 59 | 1B | 2C | 0 | 46 | 41 | 62 | 35 | 17 |
| Octal | 62 | 131 | 33 | 54 | 0 | 106 | 101 | 142 | 65 | 27 |
| Binary | 110010 | 1011001 | 11011 | 101100 | 0 | 1000110 | 1000001 | 1100010 | 110101 | 10111 |
Color Harmonies of #32591B
Complementary color
Monochromatic Colors of #32591B
Black with #32591B
Text Example
Text Example
White with #32591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32591B; }
p { color: rgb(50,89,27); }
H1.HeaderClassName
{
color: #32591B;
}
.AnyTagClassName
{
color: #32591B;
}
</style>
background-color css
<style>
a { background-color: #32591B; }
a { background-color: rgb(50,89,27); }
div.DivClassName
{
background-color: #32591B;
}
.BgClassName
{
background-color: #32591B;
}
</style>
border-color css
<style>
span { border-color: #32591B; }
span { border-color: rgb(50,89,27); }
td.TdClassName
{
border-color: #32591B;
}
.TagClassName
{
border-color: #32591B;
}
</style>