Shades of Palm Leaf #32472B
Tints of Palm Leaf #32472B
RGB
CMYK
RGB Variations
Color information
#32472B (or 0x32472B) is known color: Palm Leaf. HEX triplet: 32, 47 and 2B. RGB value is (50,71,43). Sum of RGB (Red+Green+Blue) = 50+71+43=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #32472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32472B is #CDB8D4. Grayscale: #3D3D3D. Windows color (decimal): -13482197 or 2836274. OLE color: 2836274.
HSL color Cylindrical-coordinate representation of color #32472B: hue angle of 105º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #32472B is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 71 | 43 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.72 |
| HSL | 105º | 0.25% | 0.22% | - |
| HSV(B) | 105º | 0.39% | 0.28% | - |
| XYZ | 4 | 5.36 | 3.11 | - |
| YUV | 61.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 43 | 0.30 | 0 | 0.39 | 0.72 | 105 | 0.25 | 0.22 |
| Hex | 32 | 47 | 2B | 1E | 0 | 27 | 48 | 69 | 19 | 16 |
| Octal | 62 | 107 | 53 | 36 | 0 | 47 | 110 | 151 | 31 | 26 |
| Binary | 110010 | 1000111 | 101011 | 11110 | 0 | 100111 | 1001000 | 1101001 | 11001 | 10110 |
Color Harmonies of #32472B
Complementary color
Monochromatic Colors of #32472B
Black with #32472B
Text Example
Text Example
White with #32472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32472B; }
p { color: rgb(50,71,43); }
H1.HeaderClassName
{
color: #32472B;
}
.AnyTagClassName
{
color: #32472B;
}
</style>
background-color css
<style>
a { background-color: #32472B; }
a { background-color: rgb(50,71,43); }
div.DivClassName
{
background-color: #32472B;
}
.BgClassName
{
background-color: #32472B;
}
</style>
border-color css
<style>
span { border-color: #32472B; }
span { border-color: rgb(50,71,43); }
td.TdClassName
{
border-color: #32472B;
}
.TagClassName
{
border-color: #32472B;
}
</style>