Shades of Palm Leaf #354332
Tints of Palm Leaf #354332
RGB
CMYK
RGB Variations
Color information
#354332 (or 0x354332) is known color: Palm Leaf. HEX triplet: 35, 43 and 32. RGB value is (53,67,50). Sum of RGB (Red+Green+Blue) = 53+67+50=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 67 - color contains mainly: green. Hex color #354332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354332 is #CABCCD. Grayscale: #3C3C3C. Windows color (decimal): -13286606 or 3294005. OLE color: 3294005.
HSL color Cylindrical-coordinate representation of color #354332: hue angle of 109.41º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #354332 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 50 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.74 |
| HSL | 109.41º | 0.15% | 0.23% | - |
| HSV(B) | 109.41º | 0.25% | 0.26% | - |
| XYZ | 4.05 | 5 | 3.77 | - |
| YUV | 60.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 50 | 0.21 | 0 | 0.25 | 0.74 | 109.41 | 0.15 | 0.23 |
| Hex | 35 | 43 | 32 | 15 | 0 | 19 | 4A | 6D | F | 17 |
| Octal | 65 | 103 | 62 | 25 | 0 | 31 | 112 | 155 | 17 | 27 |
| Binary | 110101 | 1000011 | 110010 | 10101 | 0 | 11001 | 1001010 | 1101101 | 1111 | 10111 |
Color Harmonies of #354332
Complementary color
Monochromatic Colors of #354332
Black with #354332
Text Example
Text Example
White with #354332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354332; }
p { color: rgb(53,67,50); }
H1.HeaderClassName
{
color: #354332;
}
.AnyTagClassName
{
color: #354332;
}
</style>
background-color css
<style>
a { background-color: #354332; }
a { background-color: rgb(53,67,50); }
div.DivClassName
{
background-color: #354332;
}
.BgClassName
{
background-color: #354332;
}
</style>
border-color css
<style>
span { border-color: #354332; }
span { border-color: rgb(53,67,50); }
td.TdClassName
{
border-color: #354332;
}
.TagClassName
{
border-color: #354332;
}
</style>