Shades of Palm Leaf #35572A
Tints of Palm Leaf #35572A
RGB
CMYK
RGB Variations
Color information
#35572A (or 0x35572A) is known color: Palm Leaf. HEX triplet: 35, 57 and 2A. RGB value is (53,87,42). Sum of RGB (Red+Green+Blue) = 53+87+42=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 87 (34.38% from 255 or 47.80% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 87 - color contains mainly: green. Hex color #35572A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35572A is #CAA8D5. Grayscale: #474747. Windows color (decimal): -13281494 or 2774837. OLE color: 2774837.
HSL color Cylindrical-coordinate representation of color #35572A: hue angle of 105.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35572A is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 87 | 42 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.66 |
| HSL | 105.33º | 0.35% | 0.25% | - |
| HSV(B) | 105.33º | 0.52% | 0.34% | - |
| XYZ | 5.29 | 7.74 | 3.41 | - |
| YUV | 71.7 | 111.24 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 87 | 42 | 0.39 | 0 | 0.52 | 0.66 | 105.33 | 0.35 | 0.25 |
| Hex | 35 | 57 | 2A | 27 | 0 | 34 | 42 | 69 | 23 | 19 |
| Octal | 65 | 127 | 52 | 47 | 0 | 64 | 102 | 151 | 43 | 31 |
| Binary | 110101 | 1010111 | 101010 | 100111 | 0 | 110100 | 1000010 | 1101001 | 100011 | 11001 |
Color Harmonies of #35572A
Complementary color
Monochromatic Colors of #35572A
Black with #35572A
Text Example
Text Example
White with #35572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35572A; }
p { color: rgb(53,87,42); }
H1.HeaderClassName
{
color: #35572A;
}
.AnyTagClassName
{
color: #35572A;
}
</style>
background-color css
<style>
a { background-color: #35572A; }
a { background-color: rgb(53,87,42); }
div.DivClassName
{
background-color: #35572A;
}
.BgClassName
{
background-color: #35572A;
}
</style>
border-color css
<style>
span { border-color: #35572A; }
span { border-color: rgb(53,87,42); }
td.TdClassName
{
border-color: #35572A;
}
.TagClassName
{
border-color: #35572A;
}
</style>