Shades of Palm Leaf #32432E
Tints of Palm Leaf #32432E
RGB
CMYK
RGB Variations
Color information
#32432E (or 0x32432E) is known color: Palm Leaf. HEX triplet: 32, 43 and 2E. RGB value is (50,67,46). Sum of RGB (Red+Green+Blue) = 50+67+46=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #32432E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32432E is #CDBCD1. Grayscale: #3B3B3B. Windows color (decimal): -13483218 or 3031858. OLE color: 3031858.
HSL color Cylindrical-coordinate representation of color #32432E: hue angle of 108.57º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #32432E is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 67 | 46 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.74 |
| HSL | 108.57º | 0.19% | 0.22% | - |
| HSV(B) | 108.57º | 0.31% | 0.26% | - |
| XYZ | 3.82 | 4.89 | 3.33 | - |
| YUV | 59.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 46 | 0.25 | 0 | 0.31 | 0.74 | 108.57 | 0.19 | 0.22 |
| Hex | 32 | 43 | 2E | 19 | 0 | 1F | 4A | 6D | 13 | 16 |
| Octal | 62 | 103 | 56 | 31 | 0 | 37 | 112 | 155 | 23 | 26 |
| Binary | 110010 | 1000011 | 101110 | 11001 | 0 | 11111 | 1001010 | 1101101 | 10011 | 10110 |
Color Harmonies of #32432E
Complementary color
Monochromatic Colors of #32432E
Black with #32432E
Text Example
Text Example
White with #32432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32432E; }
p { color: rgb(50,67,46); }
H1.HeaderClassName
{
color: #32432E;
}
.AnyTagClassName
{
color: #32432E;
}
</style>
background-color css
<style>
a { background-color: #32432E; }
a { background-color: rgb(50,67,46); }
div.DivClassName
{
background-color: #32432E;
}
.BgClassName
{
background-color: #32432E;
}
</style>
border-color css
<style>
span { border-color: #32432E; }
span { border-color: rgb(50,67,46); }
td.TdClassName
{
border-color: #32432E;
}
.TagClassName
{
border-color: #32432E;
}
</style>