Shades of Palm Leaf #35552E
Tints of Palm Leaf #35552E
RGB
CMYK
RGB Variations
Color information
#35552E (or 0x35552E) is known color: Palm Leaf. HEX triplet: 35, 55 and 2E. RGB value is (53,85,46). Sum of RGB (Red+Green+Blue) = 53+85+46=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #35552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35552E is #CAAAD1. Grayscale: #474747. Windows color (decimal): -13282002 or 3036469. OLE color: 3036469.
HSL color Cylindrical-coordinate representation of color #35552E: hue angle of 109.23º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35552E is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 85 | 46 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.67 |
| HSL | 109.23º | 0.3% | 0.26% | - |
| HSV(B) | 109.23º | 0.46% | 0.33% | - |
| XYZ | 5.21 | 7.45 | 3.75 | - |
| YUV | 70.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 46 | 0.38 | 0 | 0.46 | 0.67 | 109.23 | 0.3 | 0.26 |
| Hex | 35 | 55 | 2E | 26 | 0 | 2E | 43 | 6D | 1E | 1A |
| Octal | 65 | 125 | 56 | 46 | 0 | 56 | 103 | 155 | 36 | 32 |
| Binary | 110101 | 1010101 | 101110 | 100110 | 0 | 101110 | 1000011 | 1101101 | 11110 | 11010 |
Color Harmonies of #35552E
Complementary color
Monochromatic Colors of #35552E
Black with #35552E
Text Example
Text Example
White with #35552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35552E; }
p { color: rgb(53,85,46); }
H1.HeaderClassName
{
color: #35552E;
}
.AnyTagClassName
{
color: #35552E;
}
</style>
background-color css
<style>
a { background-color: #35552E; }
a { background-color: rgb(53,85,46); }
div.DivClassName
{
background-color: #35552E;
}
.BgClassName
{
background-color: #35552E;
}
</style>
border-color css
<style>
span { border-color: #35552E; }
span { border-color: rgb(53,85,46); }
td.TdClassName
{
border-color: #35552E;
}
.TagClassName
{
border-color: #35552E;
}
</style>