Shades of Palm Leaf #35562C
Tints of Palm Leaf #35562C
RGB
CMYK
RGB Variations
Color information
#35562C (or 0x35562C) is known color: Palm Leaf. HEX triplet: 35, 56 and 2C. RGB value is (53,86,44). Sum of RGB (Red+Green+Blue) = 53+86+44=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 86 - color contains mainly: green. Hex color #35562C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35562C is #CAA9D3. Grayscale: #474747. Windows color (decimal): -13281748 or 2905653. OLE color: 2905653.
HSL color Cylindrical-coordinate representation of color #35562C: hue angle of 107.14º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35562C is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 86 | 44 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.66 |
| HSL | 107.14º | 0.32% | 0.25% | - |
| HSV(B) | 107.14º | 0.49% | 0.34% | - |
| XYZ | 5.25 | 7.59 | 3.57 | - |
| YUV | 71.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 86 | 44 | 0.38 | 0 | 0.49 | 0.66 | 107.14 | 0.32 | 0.25 |
| Hex | 35 | 56 | 2C | 26 | 0 | 31 | 42 | 6B | 20 | 19 |
| Octal | 65 | 126 | 54 | 46 | 0 | 61 | 102 | 153 | 40 | 31 |
| Binary | 110101 | 1010110 | 101100 | 100110 | 0 | 110001 | 1000010 | 1101011 | 100000 | 11001 |
Color Harmonies of #35562C
Complementary color
Monochromatic Colors of #35562C
Black with #35562C
Text Example
Text Example
White with #35562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35562C; }
p { color: rgb(53,86,44); }
H1.HeaderClassName
{
color: #35562C;
}
.AnyTagClassName
{
color: #35562C;
}
</style>
background-color css
<style>
a { background-color: #35562C; }
a { background-color: rgb(53,86,44); }
div.DivClassName
{
background-color: #35562C;
}
.BgClassName
{
background-color: #35562C;
}
</style>
border-color css
<style>
span { border-color: #35562C; }
span { border-color: rgb(53,86,44); }
td.TdClassName
{
border-color: #35562C;
}
.TagClassName
{
border-color: #35562C;
}
</style>