Shades of Palm Leaf #354D28
Tints of Palm Leaf #354D28
RGB
CMYK
RGB Variations
Color information
#354D28 (or 0x354D28) is known color: Palm Leaf. HEX triplet: 35, 4D and 28. RGB value is (53,77,40). Sum of RGB (Red+Green+Blue) = 53+77+40=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 77 - color contains mainly: green. Hex color #354D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D28 is #CAB2D7. Grayscale: #414141. Windows color (decimal): -13284056 or 2641205. OLE color: 2641205.
HSL color Cylindrical-coordinate representation of color #354D28: hue angle of 98.92º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354D28 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 77 | 40 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.70 |
| HSL | 98.92º | 0.32% | 0.23% | - |
| HSV(B) | 98.92º | 0.48% | 0.3% | - |
| XYZ | 4.51 | 6.22 | 2.97 | - |
| YUV | 65.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 40 | 0.31 | 0 | 0.48 | 0.70 | 98.92 | 0.32 | 0.23 |
| Hex | 35 | 4D | 28 | 1F | 0 | 30 | 46 | 63 | 20 | 17 |
| Octal | 65 | 115 | 50 | 37 | 0 | 60 | 106 | 143 | 40 | 27 |
| Binary | 110101 | 1001101 | 101000 | 11111 | 0 | 110000 | 1000110 | 1100011 | 100000 | 10111 |
Color Harmonies of #354D28
Complementary color
Monochromatic Colors of #354D28
Black with #354D28
Text Example
Text Example
White with #354D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D28; }
p { color: rgb(53,77,40); }
H1.HeaderClassName
{
color: #354D28;
}
.AnyTagClassName
{
color: #354D28;
}
</style>
background-color css
<style>
a { background-color: #354D28; }
a { background-color: rgb(53,77,40); }
div.DivClassName
{
background-color: #354D28;
}
.BgClassName
{
background-color: #354D28;
}
</style>
border-color css
<style>
span { border-color: #354D28; }
span { border-color: rgb(53,77,40); }
td.TdClassName
{
border-color: #354D28;
}
.TagClassName
{
border-color: #354D28;
}
</style>