Shades of Palm Leaf #35492E
Tints of Palm Leaf #35492E
RGB
CMYK
RGB Variations
Color information
#35492E (or 0x35492E) is known color: Palm Leaf. HEX triplet: 35, 49 and 2E. RGB value is (53,73,46). Sum of RGB (Red+Green+Blue) = 53+73+46=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #35492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35492E is #CAB6D1. Grayscale: #404040. Windows color (decimal): -13285074 or 3033397. OLE color: 3033397.
HSL color Cylindrical-coordinate representation of color #35492E: hue angle of 104.44º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #35492E is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 73 | 46 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.71 |
| HSL | 104.44º | 0.23% | 0.23% | - |
| HSV(B) | 104.44º | 0.37% | 0.29% | - |
| XYZ | 4.34 | 5.72 | 3.46 | - |
| YUV | 63.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 46 | 0.27 | 0 | 0.37 | 0.71 | 104.44 | 0.23 | 0.23 |
| Hex | 35 | 49 | 2E | 1B | 0 | 25 | 47 | 68 | 17 | 17 |
| Octal | 65 | 111 | 56 | 33 | 0 | 45 | 107 | 150 | 27 | 27 |
| Binary | 110101 | 1001001 | 101110 | 11011 | 0 | 100101 | 1000111 | 1101000 | 10111 | 10111 |
Color Harmonies of #35492E
Complementary color
Monochromatic Colors of #35492E
Black with #35492E
Text Example
Text Example
White with #35492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35492E; }
p { color: rgb(53,73,46); }
H1.HeaderClassName
{
color: #35492E;
}
.AnyTagClassName
{
color: #35492E;
}
</style>
background-color css
<style>
a { background-color: #35492E; }
a { background-color: rgb(53,73,46); }
div.DivClassName
{
background-color: #35492E;
}
.BgClassName
{
background-color: #35492E;
}
</style>
border-color css
<style>
span { border-color: #35492E; }
span { border-color: rgb(53,73,46); }
td.TdClassName
{
border-color: #35492E;
}
.TagClassName
{
border-color: #35492E;
}
</style>