Shades of Palm Leaf #355422
Tints of Palm Leaf #355422
RGB
CMYK
RGB Variations
Color information
#355422 (or 0x355422) is known color: Palm Leaf. HEX triplet: 35, 54 and 22. RGB value is (53,84,34). Sum of RGB (Red+Green+Blue) = 53+84+34=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #355422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355422 is #CAABDD. Grayscale: #454545. Windows color (decimal): -13282270 or 2249781. OLE color: 2249781.
HSL color Cylindrical-coordinate representation of color #355422: hue angle of 97.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355422 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 34 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.67 |
| HSL | 97.2º | 0.42% | 0.23% | - |
| HSV(B) | 97.2º | 0.6% | 0.33% | - |
| XYZ | 4.93 | 7.21 | 2.65 | - |
| YUV | 69.03 | 108.23 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 34 | 0.37 | 0 | 0.60 | 0.67 | 97.2 | 0.42 | 0.23 |
| Hex | 35 | 54 | 22 | 25 | 0 | 3C | 43 | 61 | 2A | 17 |
| Octal | 65 | 124 | 42 | 45 | 0 | 74 | 103 | 141 | 52 | 27 |
| Binary | 110101 | 1010100 | 100010 | 100101 | 0 | 111100 | 1000011 | 1100001 | 101010 | 10111 |
Color Harmonies of #355422
Complementary color
Monochromatic Colors of #355422
Black with #355422
Text Example
Text Example
White with #355422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355422; }
p { color: rgb(53,84,34); }
H1.HeaderClassName
{
color: #355422;
}
.AnyTagClassName
{
color: #355422;
}
</style>
background-color css
<style>
a { background-color: #355422; }
a { background-color: rgb(53,84,34); }
div.DivClassName
{
background-color: #355422;
}
.BgClassName
{
background-color: #355422;
}
</style>
border-color css
<style>
span { border-color: #355422; }
span { border-color: rgb(53,84,34); }
td.TdClassName
{
border-color: #355422;
}
.TagClassName
{
border-color: #355422;
}
</style>