Shades of Palm Leaf #354D2B
Tints of Palm Leaf #354D2B
RGB
CMYK
RGB Variations
Color information
#354D2B (or 0x354D2B) is known color: Palm Leaf. HEX triplet: 35, 4D and 2B. RGB value is (53,77,43). Sum of RGB (Red+Green+Blue) = 53+77+43=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #354D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D2B is #CAB2D4. Grayscale: #424242. Windows color (decimal): -13284053 or 2837813. OLE color: 2837813.
HSL color Cylindrical-coordinate representation of color #354D2B: hue angle of 102.35º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #354D2B is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 77 | 43 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.70 |
| HSL | 102.35º | 0.28% | 0.24% | - |
| HSV(B) | 102.35º | 0.44% | 0.3% | - |
| XYZ | 4.56 | 6.24 | 3.25 | - |
| YUV | 65.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 43 | 0.31 | 0 | 0.44 | 0.70 | 102.35 | 0.28 | 0.24 |
| Hex | 35 | 4D | 2B | 1F | 0 | 2C | 46 | 66 | 1C | 18 |
| Octal | 65 | 115 | 53 | 37 | 0 | 54 | 106 | 146 | 34 | 30 |
| Binary | 110101 | 1001101 | 101011 | 11111 | 0 | 101100 | 1000110 | 1100110 | 11100 | 11000 |
Color Harmonies of #354D2B
Complementary color
Monochromatic Colors of #354D2B
Black with #354D2B
Text Example
Text Example
White with #354D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D2B; }
p { color: rgb(53,77,43); }
H1.HeaderClassName
{
color: #354D2B;
}
.AnyTagClassName
{
color: #354D2B;
}
</style>
background-color css
<style>
a { background-color: #354D2B; }
a { background-color: rgb(53,77,43); }
div.DivClassName
{
background-color: #354D2B;
}
.BgClassName
{
background-color: #354D2B;
}
</style>
border-color css
<style>
span { border-color: #354D2B; }
span { border-color: rgb(53,77,43); }
td.TdClassName
{
border-color: #354D2B;
}
.TagClassName
{
border-color: #354D2B;
}
</style>