Shades of Palm Leaf #354B32
Tints of Palm Leaf #354B32
RGB
CMYK
RGB Variations
Color information
#354B32 (or 0x354B32) is known color: Palm Leaf. HEX triplet: 35, 4B and 32. RGB value is (53,75,50). Sum of RGB (Red+Green+Blue) = 53+75+50=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #354B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B32 is #CAB4CD. Grayscale: #414141. Windows color (decimal): -13284558 or 3296053. OLE color: 3296053.
HSL color Cylindrical-coordinate representation of color #354B32: hue angle of 112.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #354B32 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 75 | 50 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.71 |
| HSL | 112.8º | 0.2% | 0.25% | - |
| HSV(B) | 112.8º | 0.33% | 0.29% | - |
| XYZ | 4.56 | 6.02 | 3.94 | - |
| YUV | 65.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 50 | 0.29 | 0 | 0.33 | 0.71 | 112.8 | 0.2 | 0.25 |
| Hex | 35 | 4B | 32 | 1D | 0 | 21 | 47 | 71 | 14 | 19 |
| Octal | 65 | 113 | 62 | 35 | 0 | 41 | 107 | 161 | 24 | 31 |
| Binary | 110101 | 1001011 | 110010 | 11101 | 0 | 100001 | 1000111 | 1110001 | 10100 | 11001 |
Color Harmonies of #354B32
Complementary color
Monochromatic Colors of #354B32
Black with #354B32
Text Example
Text Example
White with #354B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B32; }
p { color: rgb(53,75,50); }
H1.HeaderClassName
{
color: #354B32;
}
.AnyTagClassName
{
color: #354B32;
}
</style>
background-color css
<style>
a { background-color: #354B32; }
a { background-color: rgb(53,75,50); }
div.DivClassName
{
background-color: #354B32;
}
.BgClassName
{
background-color: #354B32;
}
</style>
border-color css
<style>
span { border-color: #354B32; }
span { border-color: rgb(53,75,50); }
td.TdClassName
{
border-color: #354B32;
}
.TagClassName
{
border-color: #354B32;
}
</style>