Shades of Palm Leaf #355A22
Tints of Palm Leaf #355A22
RGB
CMYK
RGB Variations
Color information
#355A22 (or 0x355A22) is known color: Palm Leaf. HEX triplet: 35, 5A and 22. RGB value is (53,90,34). Sum of RGB (Red+Green+Blue) = 53+90+34=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #355A22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A22 is #CAA5DD. Grayscale: #484848. Windows color (decimal): -13280734 or 2251317. OLE color: 2251317.
HSL color Cylindrical-coordinate representation of color #355A22: hue angle of 99.64º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #355A22 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 90 | 34 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.65 |
| HSL | 99.64º | 0.45% | 0.24% | - |
| HSV(B) | 99.64º | 0.62% | 0.35% | - |
| XYZ | 5.41 | 8.18 | 2.81 | - |
| YUV | 72.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 34 | 0.41 | 0 | 0.62 | 0.65 | 99.64 | 0.45 | 0.24 |
| Hex | 35 | 5A | 22 | 29 | 0 | 3E | 41 | 64 | 2D | 18 |
| Octal | 65 | 132 | 42 | 51 | 0 | 76 | 101 | 144 | 55 | 30 |
| Binary | 110101 | 1011010 | 100010 | 101001 | 0 | 111110 | 1000001 | 1100100 | 101101 | 11000 |
Color Harmonies of #355A22
Complementary color
Monochromatic Colors of #355A22
Black with #355A22
Text Example
Text Example
White with #355A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A22; }
p { color: rgb(53,90,34); }
H1.HeaderClassName
{
color: #355A22;
}
.AnyTagClassName
{
color: #355A22;
}
</style>
background-color css
<style>
a { background-color: #355A22; }
a { background-color: rgb(53,90,34); }
div.DivClassName
{
background-color: #355A22;
}
.BgClassName
{
background-color: #355A22;
}
</style>
border-color css
<style>
span { border-color: #355A22; }
span { border-color: rgb(53,90,34); }
td.TdClassName
{
border-color: #355A22;
}
.TagClassName
{
border-color: #355A22;
}
</style>