Shades of Palm Leaf #354C34
Tints of Palm Leaf #354C34
RGB
CMYK
RGB Variations
Color information
#354C34 (or 0x354C34) is known color: Palm Leaf. HEX triplet: 35, 4C and 34. RGB value is (53,76,52). Sum of RGB (Red+Green+Blue) = 53+76+52=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #354C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354C34 is #CAB3CB. Grayscale: #424242. Windows color (decimal): -13284300 or 3427381. OLE color: 3427381.
HSL color Cylindrical-coordinate representation of color #354C34: hue angle of 117.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354C34 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 76 | 52 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.70 |
| HSL | 117.5º | 0.19% | 0.25% | - |
| HSV(B) | 117.5º | 0.32% | 0.3% | - |
| XYZ | 4.67 | 6.17 | 4.19 | - |
| YUV | 66.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 52 | 0.30 | 0 | 0.32 | 0.70 | 117.5 | 0.19 | 0.25 |
| Hex | 35 | 4C | 34 | 1E | 0 | 20 | 46 | 76 | 13 | 19 |
| Octal | 65 | 114 | 64 | 36 | 0 | 40 | 106 | 166 | 23 | 31 |
| Binary | 110101 | 1001100 | 110100 | 11110 | 0 | 100000 | 1000110 | 1110110 | 10011 | 11001 |
Color Harmonies of #354C34
Complementary color
Monochromatic Colors of #354C34
Black with #354C34
Text Example
Text Example
White with #354C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C34; }
p { color: rgb(53,76,52); }
H1.HeaderClassName
{
color: #354C34;
}
.AnyTagClassName
{
color: #354C34;
}
</style>
background-color css
<style>
a { background-color: #354C34; }
a { background-color: rgb(53,76,52); }
div.DivClassName
{
background-color: #354C34;
}
.BgClassName
{
background-color: #354C34;
}
</style>
border-color css
<style>
span { border-color: #354C34; }
span { border-color: rgb(53,76,52); }
td.TdClassName
{
border-color: #354C34;
}
.TagClassName
{
border-color: #354C34;
}
</style>