Shades of Palm Leaf #354832
Tints of Palm Leaf #354832
RGB
CMYK
RGB Variations
Color information
#354832 (or 0x354832) is known color: Palm Leaf. HEX triplet: 35, 48 and 32. RGB value is (53,72,50). Sum of RGB (Red+Green+Blue) = 53+72+50=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #354832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354832 is #CAB7CD. Grayscale: #3F3F3F. Windows color (decimal): -13285326 or 3295285. OLE color: 3295285.
HSL color Cylindrical-coordinate representation of color #354832: hue angle of 111.82º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #354832 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 50 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.72 |
| HSL | 111.82º | 0.18% | 0.24% | - |
| HSV(B) | 111.82º | 0.31% | 0.28% | - |
| XYZ | 4.36 | 5.62 | 3.87 | - |
| YUV | 63.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 50 | 0.26 | 0 | 0.31 | 0.72 | 111.82 | 0.18 | 0.24 |
| Hex | 35 | 48 | 32 | 1A | 0 | 1F | 48 | 70 | 12 | 18 |
| Octal | 65 | 110 | 62 | 32 | 0 | 37 | 110 | 160 | 22 | 30 |
| Binary | 110101 | 1001000 | 110010 | 11010 | 0 | 11111 | 1001000 | 1110000 | 10010 | 11000 |
Color Harmonies of #354832
Complementary color
Monochromatic Colors of #354832
Black with #354832
Text Example
Text Example
White with #354832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354832; }
p { color: rgb(53,72,50); }
H1.HeaderClassName
{
color: #354832;
}
.AnyTagClassName
{
color: #354832;
}
</style>
background-color css
<style>
a { background-color: #354832; }
a { background-color: rgb(53,72,50); }
div.DivClassName
{
background-color: #354832;
}
.BgClassName
{
background-color: #354832;
}
</style>
border-color css
<style>
span { border-color: #354832; }
span { border-color: rgb(53,72,50); }
td.TdClassName
{
border-color: #354832;
}
.TagClassName
{
border-color: #354832;
}
</style>