Shades of Palm Leaf #353D32
Tints of Palm Leaf #353D32
RGB
CMYK
RGB Variations
Color information
#353D32 (or 0x353D32) is known color: Palm Leaf. HEX triplet: 35, 3D and 32. RGB value is (53,61,50). Sum of RGB (Red+Green+Blue) = 53+61+50=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 61 - color contains mainly: green. Hex color #353D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D32 is #CAC2CD. Grayscale: #393939. Windows color (decimal): -13288142 or 3292469. OLE color: 3292469.
HSL color Cylindrical-coordinate representation of color #353D32: hue angle of 103.64º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #353D32 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 50 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.76 |
| HSL | 103.64º | 0.1% | 0.22% | - |
| HSV(B) | 103.64º | 0.18% | 0.24% | - |
| XYZ | 3.71 | 4.32 | 3.66 | - |
| YUV | 57.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 50 | 0.13 | 0 | 0.18 | 0.76 | 103.64 | 0.1 | 0.22 |
| Hex | 35 | 3D | 32 | D | 0 | 12 | 4C | 68 | A | 16 |
| Octal | 65 | 75 | 62 | 15 | 0 | 22 | 114 | 150 | 12 | 26 |
| Binary | 110101 | 111101 | 110010 | 1101 | 0 | 10010 | 1001100 | 1101000 | 1010 | 10110 |
Color Harmonies of #353D32
Complementary color
Monochromatic Colors of #353D32
Black with #353D32
Text Example
Text Example
White with #353D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D32; }
p { color: rgb(53,61,50); }
H1.HeaderClassName
{
color: #353D32;
}
.AnyTagClassName
{
color: #353D32;
}
</style>
background-color css
<style>
a { background-color: #353D32; }
a { background-color: rgb(53,61,50); }
div.DivClassName
{
background-color: #353D32;
}
.BgClassName
{
background-color: #353D32;
}
</style>
border-color css
<style>
span { border-color: #353D32; }
span { border-color: rgb(53,61,50); }
td.TdClassName
{
border-color: #353D32;
}
.TagClassName
{
border-color: #353D32;
}
</style>