Shades of Palm Leaf #32492E
Tints of Palm Leaf #32492E
RGB
CMYK
RGB Variations
Color information
#32492E (or 0x32492E) is known color: Palm Leaf. HEX triplet: 32, 49 and 2E. RGB value is (50,73,46). Sum of RGB (Red+Green+Blue) = 50+73+46=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #32492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32492E is #CDB6D1. Grayscale: #3F3F3F. Windows color (decimal): -13481682 or 3033394. OLE color: 3033394.
HSL color Cylindrical-coordinate representation of color #32492E: hue angle of 111.11º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #32492E is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 73 | 46 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.71 |
| HSL | 111.11º | 0.23% | 0.23% | - |
| HSV(B) | 111.11º | 0.37% | 0.29% | - |
| XYZ | 4.19 | 5.64 | 3.45 | - |
| YUV | 63.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 46 | 0.32 | 0 | 0.37 | 0.71 | 111.11 | 0.23 | 0.23 |
| Hex | 32 | 49 | 2E | 20 | 0 | 25 | 47 | 6F | 17 | 17 |
| Octal | 62 | 111 | 56 | 40 | 0 | 45 | 107 | 157 | 27 | 27 |
| Binary | 110010 | 1001001 | 101110 | 100000 | 0 | 100101 | 1000111 | 1101111 | 10111 | 10111 |
Color Harmonies of #32492E
Complementary color
Monochromatic Colors of #32492E
Black with #32492E
Text Example
Text Example
White with #32492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32492E; }
p { color: rgb(50,73,46); }
H1.HeaderClassName
{
color: #32492E;
}
.AnyTagClassName
{
color: #32492E;
}
</style>
background-color css
<style>
a { background-color: #32492E; }
a { background-color: rgb(50,73,46); }
div.DivClassName
{
background-color: #32492E;
}
.BgClassName
{
background-color: #32492E;
}
</style>
border-color css
<style>
span { border-color: #32492E; }
span { border-color: rgb(50,73,46); }
td.TdClassName
{
border-color: #32492E;
}
.TagClassName
{
border-color: #32492E;
}
</style>