Shades of Palm Leaf #35492D
Tints of Palm Leaf #35492D
RGB
CMYK
RGB Variations
Color information
#35492D (or 0x35492D) is known color: Palm Leaf. HEX triplet: 35, 49 and 2D. RGB value is (53,73,45). Sum of RGB (Red+Green+Blue) = 53+73+45=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #35492D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35492D is #CAB6D2. Grayscale: #3F3F3F. Windows color (decimal): -13285075 or 2967861. OLE color: 2967861.
HSL color Cylindrical-coordinate representation of color #35492D: hue angle of 102.86º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35492D is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 73 | 45 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.71 |
| HSL | 102.86º | 0.24% | 0.23% | - |
| HSV(B) | 102.86º | 0.38% | 0.29% | - |
| XYZ | 4.32 | 5.71 | 3.36 | - |
| YUV | 63.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 45 | 0.27 | 0 | 0.38 | 0.71 | 102.86 | 0.24 | 0.23 |
| Hex | 35 | 49 | 2D | 1B | 0 | 26 | 47 | 67 | 18 | 17 |
| Octal | 65 | 111 | 55 | 33 | 0 | 46 | 107 | 147 | 30 | 27 |
| Binary | 110101 | 1001001 | 101101 | 11011 | 0 | 100110 | 1000111 | 1100111 | 11000 | 10111 |
Color Harmonies of #35492D
Complementary color
Monochromatic Colors of #35492D
Black with #35492D
Text Example
Text Example
White with #35492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35492D; }
p { color: rgb(53,73,45); }
H1.HeaderClassName
{
color: #35492D;
}
.AnyTagClassName
{
color: #35492D;
}
</style>
background-color css
<style>
a { background-color: #35492D; }
a { background-color: rgb(53,73,45); }
div.DivClassName
{
background-color: #35492D;
}
.BgClassName
{
background-color: #35492D;
}
</style>
border-color css
<style>
span { border-color: #35492D; }
span { border-color: rgb(53,73,45); }
td.TdClassName
{
border-color: #35492D;
}
.TagClassName
{
border-color: #35492D;
}
</style>