Shades of Palm Leaf #353E31
Tints of Palm Leaf #353E31
RGB
CMYK
RGB Variations
Color information
#353E31 (or 0x353E31) is known color: Palm Leaf. HEX triplet: 35, 3E and 31. RGB value is (53,62,49). Sum of RGB (Red+Green+Blue) = 53+62+49=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 62 - color contains mainly: green. Hex color #353E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E31 is #CAC1CE. Grayscale: #393939. Windows color (decimal): -13287887 or 3227189. OLE color: 3227189.
HSL color Cylindrical-coordinate representation of color #353E31: hue angle of 101.54º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #353E31 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 62 | 49 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.76 |
| HSL | 101.54º | 0.12% | 0.22% | - |
| HSV(B) | 101.54º | 0.21% | 0.24% | - |
| XYZ | 3.75 | 4.42 | 3.56 | - |
| YUV | 57.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 49 | 0.15 | 0 | 0.21 | 0.76 | 101.54 | 0.12 | 0.22 |
| Hex | 35 | 3E | 31 | F | 0 | 15 | 4C | 66 | C | 16 |
| Octal | 65 | 76 | 61 | 17 | 0 | 25 | 114 | 146 | 14 | 26 |
| Binary | 110101 | 111110 | 110001 | 1111 | 0 | 10101 | 1001100 | 1100110 | 1100 | 10110 |
Color Harmonies of #353E31
Complementary color
Monochromatic Colors of #353E31
Black with #353E31
Text Example
Text Example
White with #353E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E31; }
p { color: rgb(53,62,49); }
H1.HeaderClassName
{
color: #353E31;
}
.AnyTagClassName
{
color: #353E31;
}
</style>
background-color css
<style>
a { background-color: #353E31; }
a { background-color: rgb(53,62,49); }
div.DivClassName
{
background-color: #353E31;
}
.BgClassName
{
background-color: #353E31;
}
</style>
border-color css
<style>
span { border-color: #353E31; }
span { border-color: rgb(53,62,49); }
td.TdClassName
{
border-color: #353E31;
}
.TagClassName
{
border-color: #353E31;
}
</style>