Shades of Palm Leaf #35482D
Tints of Palm Leaf #35482D
RGB
CMYK
RGB Variations
Color information
#35482D (or 0x35482D) is known color: Palm Leaf. HEX triplet: 35, 48 and 2D. RGB value is (53,72,45). Sum of RGB (Red+Green+Blue) = 53+72+45=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #35482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35482D is #CAB7D2. Grayscale: #3F3F3F. Windows color (decimal): -13285331 or 2967605. OLE color: 2967605.
HSL color Cylindrical-coordinate representation of color #35482D: hue angle of 102.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35482D is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 45 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.72 |
| HSL | 102.22º | 0.23% | 0.23% | - |
| HSV(B) | 102.22º | 0.38% | 0.28% | - |
| XYZ | 4.26 | 5.58 | 3.34 | - |
| YUV | 63.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 45 | 0.26 | 0 | 0.38 | 0.72 | 102.22 | 0.23 | 0.23 |
| Hex | 35 | 48 | 2D | 1A | 0 | 26 | 48 | 66 | 17 | 17 |
| Octal | 65 | 110 | 55 | 32 | 0 | 46 | 110 | 146 | 27 | 27 |
| Binary | 110101 | 1001000 | 101101 | 11010 | 0 | 100110 | 1001000 | 1100110 | 10111 | 10111 |
Color Harmonies of #35482D
Complementary color
Monochromatic Colors of #35482D
Black with #35482D
Text Example
Text Example
White with #35482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35482D; }
p { color: rgb(53,72,45); }
H1.HeaderClassName
{
color: #35482D;
}
.AnyTagClassName
{
color: #35482D;
}
</style>
background-color css
<style>
a { background-color: #35482D; }
a { background-color: rgb(53,72,45); }
div.DivClassName
{
background-color: #35482D;
}
.BgClassName
{
background-color: #35482D;
}
</style>
border-color css
<style>
span { border-color: #35482D; }
span { border-color: rgb(53,72,45); }
td.TdClassName
{
border-color: #35482D;
}
.TagClassName
{
border-color: #35482D;
}
</style>