Shades of Palm Leaf #35562A
Tints of Palm Leaf #35562A
RGB
CMYK
RGB Variations
Color information
#35562A (or 0x35562A) is known color: Palm Leaf. HEX triplet: 35, 56 and 2A. RGB value is (53,86,42). Sum of RGB (Red+Green+Blue) = 53+86+42=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #35562A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35562A is #CAA9D5. Grayscale: #474747. Windows color (decimal): -13281750 or 2774581. OLE color: 2774581.
HSL color Cylindrical-coordinate representation of color #35562A: hue angle of 105º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35562A is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 86 | 42 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.66 |
| HSL | 105º | 0.34% | 0.25% | - |
| HSV(B) | 105º | 0.51% | 0.34% | - |
| XYZ | 5.21 | 7.58 | 3.38 | - |
| YUV | 71.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 86 | 42 | 0.38 | 0 | 0.51 | 0.66 | 105 | 0.34 | 0.25 |
| Hex | 35 | 56 | 2A | 26 | 0 | 33 | 42 | 69 | 22 | 19 |
| Octal | 65 | 126 | 52 | 46 | 0 | 63 | 102 | 151 | 42 | 31 |
| Binary | 110101 | 1010110 | 101010 | 100110 | 0 | 110011 | 1000010 | 1101001 | 100010 | 11001 |
Color Harmonies of #35562A
Complementary color
Monochromatic Colors of #35562A
Black with #35562A
Text Example
Text Example
White with #35562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35562A; }
p { color: rgb(53,86,42); }
H1.HeaderClassName
{
color: #35562A;
}
.AnyTagClassName
{
color: #35562A;
}
</style>
background-color css
<style>
a { background-color: #35562A; }
a { background-color: rgb(53,86,42); }
div.DivClassName
{
background-color: #35562A;
}
.BgClassName
{
background-color: #35562A;
}
</style>
border-color css
<style>
span { border-color: #35562A; }
span { border-color: rgb(53,86,42); }
td.TdClassName
{
border-color: #35562A;
}
.TagClassName
{
border-color: #35562A;
}
</style>