Shades of Palm Leaf #354B2C
Tints of Palm Leaf #354B2C
RGB
CMYK
RGB Variations
Color information
#354B2C (or 0x354B2C) is known color: Palm Leaf. HEX triplet: 35, 4B and 2C. RGB value is (53,75,44). Sum of RGB (Red+Green+Blue) = 53+75+44=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 75 - color contains mainly: green. Hex color #354B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B2C is #CAB4D3. Grayscale: #404040. Windows color (decimal): -13284564 or 2902837. OLE color: 2902837.
HSL color Cylindrical-coordinate representation of color #354B2C: hue angle of 102.58º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #354B2C is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 75 | 44 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.71 |
| HSL | 102.58º | 0.26% | 0.23% | - |
| HSV(B) | 102.58º | 0.41% | 0.29% | - |
| XYZ | 4.44 | 5.97 | 3.3 | - |
| YUV | 64.89 | 116.21 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 44 | 0.29 | 0 | 0.41 | 0.71 | 102.58 | 0.26 | 0.23 |
| Hex | 35 | 4B | 2C | 1D | 0 | 29 | 47 | 67 | 1A | 17 |
| Octal | 65 | 113 | 54 | 35 | 0 | 51 | 107 | 147 | 32 | 27 |
| Binary | 110101 | 1001011 | 101100 | 11101 | 0 | 101001 | 1000111 | 1100111 | 11010 | 10111 |
Color Harmonies of #354B2C
Complementary color
Monochromatic Colors of #354B2C
Black with #354B2C
Text Example
Text Example
White with #354B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B2C; }
p { color: rgb(53,75,44); }
H1.HeaderClassName
{
color: #354B2C;
}
.AnyTagClassName
{
color: #354B2C;
}
</style>
background-color css
<style>
a { background-color: #354B2C; }
a { background-color: rgb(53,75,44); }
div.DivClassName
{
background-color: #354B2C;
}
.BgClassName
{
background-color: #354B2C;
}
</style>
border-color css
<style>
span { border-color: #354B2C; }
span { border-color: rgb(53,75,44); }
td.TdClassName
{
border-color: #354B2C;
}
.TagClassName
{
border-color: #354B2C;
}
</style>