Shades of Palm Leaf #354B2F
Tints of Palm Leaf #354B2F
RGB
CMYK
RGB Variations
Color information
#354B2F (or 0x354B2F) is known color: Palm Leaf. HEX triplet: 35, 4B and 2F. RGB value is (53,75,47). Sum of RGB (Red+Green+Blue) = 53+75+47=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 75 - color contains mainly: green. Hex color #354B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B2F is #CAB4D0. Grayscale: #414141. Windows color (decimal): -13284561 or 3099445. OLE color: 3099445.
HSL color Cylindrical-coordinate representation of color #354B2F: hue angle of 107.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #354B2F is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 75 | 47 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.71 |
| HSL | 107.14º | 0.23% | 0.24% | - |
| HSV(B) | 107.14º | 0.37% | 0.29% | - |
| XYZ | 4.5 | 5.99 | 3.61 | - |
| YUV | 65.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 47 | 0.29 | 0 | 0.37 | 0.71 | 107.14 | 0.23 | 0.24 |
| Hex | 35 | 4B | 2F | 1D | 0 | 25 | 47 | 6B | 17 | 18 |
| Octal | 65 | 113 | 57 | 35 | 0 | 45 | 107 | 153 | 27 | 30 |
| Binary | 110101 | 1001011 | 101111 | 11101 | 0 | 100101 | 1000111 | 1101011 | 10111 | 11000 |
Color Harmonies of #354B2F
Complementary color
Monochromatic Colors of #354B2F
Black with #354B2F
Text Example
Text Example
White with #354B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B2F; }
p { color: rgb(53,75,47); }
H1.HeaderClassName
{
color: #354B2F;
}
.AnyTagClassName
{
color: #354B2F;
}
</style>
background-color css
<style>
a { background-color: #354B2F; }
a { background-color: rgb(53,75,47); }
div.DivClassName
{
background-color: #354B2F;
}
.BgClassName
{
background-color: #354B2F;
}
</style>
border-color css
<style>
span { border-color: #354B2F; }
span { border-color: rgb(53,75,47); }
td.TdClassName
{
border-color: #354B2F;
}
.TagClassName
{
border-color: #354B2F;
}
</style>