Shades of Palm Leaf #355332
Tints of Palm Leaf #355332
RGB
CMYK
RGB Variations
Color information
#355332 (or 0x355332) is known color: Palm Leaf. HEX triplet: 35, 53 and 32. RGB value is (53,83,50). Sum of RGB (Red+Green+Blue) = 53+83+50=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #355332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355332 is #CAACCD. Grayscale: #464646. Windows color (decimal): -13282510 or 3298101. OLE color: 3298101.
HSL color Cylindrical-coordinate representation of color #355332: hue angle of 114.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355332 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 83 | 50 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.67 |
| HSL | 114.55º | 0.25% | 0.26% | - |
| HSV(B) | 114.55º | 0.4% | 0.33% | - |
| XYZ | 5.14 | 7.17 | 4.13 | - |
| YUV | 70.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 50 | 0.36 | 0 | 0.40 | 0.67 | 114.55 | 0.25 | 0.26 |
| Hex | 35 | 53 | 32 | 24 | 0 | 28 | 43 | 73 | 19 | 1A |
| Octal | 65 | 123 | 62 | 44 | 0 | 50 | 103 | 163 | 31 | 32 |
| Binary | 110101 | 1010011 | 110010 | 100100 | 0 | 101000 | 1000011 | 1110011 | 11001 | 11010 |
Color Harmonies of #355332
Complementary color
Monochromatic Colors of #355332
Black with #355332
Text Example
Text Example
White with #355332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355332; }
p { color: rgb(53,83,50); }
H1.HeaderClassName
{
color: #355332;
}
.AnyTagClassName
{
color: #355332;
}
</style>
background-color css
<style>
a { background-color: #355332; }
a { background-color: rgb(53,83,50); }
div.DivClassName
{
background-color: #355332;
}
.BgClassName
{
background-color: #355332;
}
</style>
border-color css
<style>
span { border-color: #355332; }
span { border-color: rgb(53,83,50); }
td.TdClassName
{
border-color: #355332;
}
.TagClassName
{
border-color: #355332;
}
</style>