Shades of Palm Leaf #35482A
Tints of Palm Leaf #35482A
RGB
CMYK
RGB Variations
Color information
#35482A (or 0x35482A) is known color: Palm Leaf. HEX triplet: 35, 48 and 2A. RGB value is (53,72,42). Sum of RGB (Red+Green+Blue) = 53+72+42=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #35482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35482A is #CAB7D5. Grayscale: #3E3E3E. Windows color (decimal): -13285334 or 2770997. OLE color: 2770997.
HSL color Cylindrical-coordinate representation of color #35482A: hue angle of 98º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35482A is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 42 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.72 |
| HSL | 98º | 0.26% | 0.22% | - |
| HSV(B) | 98º | 0.42% | 0.28% | - |
| XYZ | 4.2 | 5.56 | 3.04 | - |
| YUV | 62.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 42 | 0.26 | 0 | 0.42 | 0.72 | 98 | 0.26 | 0.22 |
| Hex | 35 | 48 | 2A | 1A | 0 | 2A | 48 | 62 | 1A | 16 |
| Octal | 65 | 110 | 52 | 32 | 0 | 52 | 110 | 142 | 32 | 26 |
| Binary | 110101 | 1001000 | 101010 | 11010 | 0 | 101010 | 1001000 | 1100010 | 11010 | 10110 |
Color Harmonies of #35482A
Complementary color
Monochromatic Colors of #35482A
Black with #35482A
Text Example
Text Example
White with #35482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35482A; }
p { color: rgb(53,72,42); }
H1.HeaderClassName
{
color: #35482A;
}
.AnyTagClassName
{
color: #35482A;
}
</style>
background-color css
<style>
a { background-color: #35482A; }
a { background-color: rgb(53,72,42); }
div.DivClassName
{
background-color: #35482A;
}
.BgClassName
{
background-color: #35482A;
}
</style>
border-color css
<style>
span { border-color: #35482A; }
span { border-color: rgb(53,72,42); }
td.TdClassName
{
border-color: #35482A;
}
.TagClassName
{
border-color: #35482A;
}
</style>