Shades of Palm Leaf #32472F
Tints of Palm Leaf #32472F
RGB
CMYK
RGB Variations
Color information
#32472F (or 0x32472F) is known color: Palm Leaf. HEX triplet: 32, 47 and 2F. RGB value is (50,71,47). Sum of RGB (Red+Green+Blue) = 50+71+47=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #32472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32472F is #CDB8D0. Grayscale: #3E3E3E. Windows color (decimal): -13482193 or 3098418. OLE color: 3098418.
HSL color Cylindrical-coordinate representation of color #32472F: hue angle of 112.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #32472F is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 71 | 47 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.72 |
| HSL | 112.5º | 0.2% | 0.23% | - |
| HSV(B) | 112.5º | 0.34% | 0.28% | - |
| XYZ | 4.08 | 5.39 | 3.51 | - |
| YUV | 61.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 47 | 0.30 | 0 | 0.34 | 0.72 | 112.5 | 0.2 | 0.23 |
| Hex | 32 | 47 | 2F | 1E | 0 | 22 | 48 | 70 | 14 | 17 |
| Octal | 62 | 107 | 57 | 36 | 0 | 42 | 110 | 160 | 24 | 27 |
| Binary | 110010 | 1000111 | 101111 | 11110 | 0 | 100010 | 1001000 | 1110000 | 10100 | 10111 |
Color Harmonies of #32472F
Complementary color
Monochromatic Colors of #32472F
Black with #32472F
Text Example
Text Example
White with #32472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32472F; }
p { color: rgb(50,71,47); }
H1.HeaderClassName
{
color: #32472F;
}
.AnyTagClassName
{
color: #32472F;
}
</style>
background-color css
<style>
a { background-color: #32472F; }
a { background-color: rgb(50,71,47); }
div.DivClassName
{
background-color: #32472F;
}
.BgClassName
{
background-color: #32472F;
}
</style>
border-color css
<style>
span { border-color: #32472F; }
span { border-color: rgb(50,71,47); }
td.TdClassName
{
border-color: #32472F;
}
.TagClassName
{
border-color: #32472F;
}
</style>