Shades of Palm Leaf #354232
Tints of Palm Leaf #354232
RGB
CMYK
RGB Variations
Color information
#354232 (or 0x354232) is known color: Palm Leaf. HEX triplet: 35, 42 and 32. RGB value is (53,66,50). Sum of RGB (Red+Green+Blue) = 53+66+50=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #354232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354232 is #CABDCD. Grayscale: #3C3C3C. Windows color (decimal): -13286862 or 3293749. OLE color: 3293749.
HSL color Cylindrical-coordinate representation of color #354232: hue angle of 108.75º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #354232 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 66 | 50 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.74 |
| HSL | 108.75º | 0.14% | 0.23% | - |
| HSV(B) | 108.75º | 0.24% | 0.26% | - |
| XYZ | 3.99 | 4.88 | 3.75 | - |
| YUV | 60.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 50 | 0.20 | 0 | 0.24 | 0.74 | 108.75 | 0.14 | 0.23 |
| Hex | 35 | 42 | 32 | 14 | 0 | 18 | 4A | 6D | E | 17 |
| Octal | 65 | 102 | 62 | 24 | 0 | 30 | 112 | 155 | 16 | 27 |
| Binary | 110101 | 1000010 | 110010 | 10100 | 0 | 11000 | 1001010 | 1101101 | 1110 | 10111 |
Color Harmonies of #354232
Complementary color
Monochromatic Colors of #354232
Black with #354232
Text Example
Text Example
White with #354232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354232; }
p { color: rgb(53,66,50); }
H1.HeaderClassName
{
color: #354232;
}
.AnyTagClassName
{
color: #354232;
}
</style>
background-color css
<style>
a { background-color: #354232; }
a { background-color: rgb(53,66,50); }
div.DivClassName
{
background-color: #354232;
}
.BgClassName
{
background-color: #354232;
}
</style>
border-color css
<style>
span { border-color: #354232; }
span { border-color: rgb(53,66,50); }
td.TdClassName
{
border-color: #354232;
}
.TagClassName
{
border-color: #354232;
}
</style>