Shades of Palm Leaf #355725
Tints of Palm Leaf #355725
RGB
CMYK
RGB Variations
Color information
#355725 (or 0x355725) is known color: Palm Leaf. HEX triplet: 35, 57 and 25. RGB value is (53,87,37). Sum of RGB (Red+Green+Blue) = 53+87+37=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #355725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355725 is #CAA8DA. Grayscale: #474747. Windows color (decimal): -13281499 or 2447157. OLE color: 2447157.
HSL color Cylindrical-coordinate representation of color #355725: hue angle of 100.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #355725 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 87 | 37 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.66 |
| HSL | 100.8º | 0.4% | 0.24% | - |
| HSV(B) | 100.8º | 0.57% | 0.34% | - |
| XYZ | 5.21 | 7.71 | 2.96 | - |
| YUV | 71.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 87 | 37 | 0.39 | 0 | 0.57 | 0.66 | 100.8 | 0.4 | 0.24 |
| Hex | 35 | 57 | 25 | 27 | 0 | 39 | 42 | 65 | 28 | 18 |
| Octal | 65 | 127 | 45 | 47 | 0 | 71 | 102 | 145 | 50 | 30 |
| Binary | 110101 | 1010111 | 100101 | 100111 | 0 | 111001 | 1000010 | 1100101 | 101000 | 11000 |
Color Harmonies of #355725
Complementary color
Monochromatic Colors of #355725
Black with #355725
Text Example
Text Example
White with #355725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355725; }
p { color: rgb(53,87,37); }
H1.HeaderClassName
{
color: #355725;
}
.AnyTagClassName
{
color: #355725;
}
</style>
background-color css
<style>
a { background-color: #355725; }
a { background-color: rgb(53,87,37); }
div.DivClassName
{
background-color: #355725;
}
.BgClassName
{
background-color: #355725;
}
</style>
border-color css
<style>
span { border-color: #355725; }
span { border-color: rgb(53,87,37); }
td.TdClassName
{
border-color: #355725;
}
.TagClassName
{
border-color: #355725;
}
</style>