Shades of Palm Leaf #355A20
Tints of Palm Leaf #355A20
RGB
CMYK
RGB Variations
Color information
#355A20 (or 0x355A20) is known color: Palm Leaf. HEX triplet: 35, 5A and 20. RGB value is (53,90,32). Sum of RGB (Red+Green+Blue) = 53+90+32=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #355A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A20 is #CAA5DF. Grayscale: #484848. Windows color (decimal): -13280736 or 2120245. OLE color: 2120245.
HSL color Cylindrical-coordinate representation of color #355A20: hue angle of 98.28º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355A20 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 90 | 32 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.65 |
| HSL | 98.28º | 0.48% | 0.24% | - |
| HSV(B) | 98.28º | 0.64% | 0.35% | - |
| XYZ | 5.39 | 8.17 | 2.66 | - |
| YUV | 72.33 | 105.24 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 32 | 0.41 | 0 | 0.64 | 0.65 | 98.28 | 0.48 | 0.24 |
| Hex | 35 | 5A | 20 | 29 | 0 | 40 | 41 | 62 | 30 | 18 |
| Octal | 65 | 132 | 40 | 51 | 0 | 100 | 101 | 142 | 60 | 30 |
| Binary | 110101 | 1011010 | 100000 | 101001 | 0 | 1000000 | 1000001 | 1100010 | 110000 | 11000 |
Color Harmonies of #355A20
Complementary color
Monochromatic Colors of #355A20
Black with #355A20
Text Example
Text Example
White with #355A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A20; }
p { color: rgb(53,90,32); }
H1.HeaderClassName
{
color: #355A20;
}
.AnyTagClassName
{
color: #355A20;
}
</style>
background-color css
<style>
a { background-color: #355A20; }
a { background-color: rgb(53,90,32); }
div.DivClassName
{
background-color: #355A20;
}
.BgClassName
{
background-color: #355A20;
}
</style>
border-color css
<style>
span { border-color: #355A20; }
span { border-color: rgb(53,90,32); }
td.TdClassName
{
border-color: #355A20;
}
.TagClassName
{
border-color: #355A20;
}
</style>