Shades of Palm Leaf #354B33
Tints of Palm Leaf #354B33
RGB
CMYK
RGB Variations
Color information
#354B33 (or 0x354B33) is known color: Palm Leaf. HEX triplet: 35, 4B and 33. RGB value is (53,75,51). Sum of RGB (Red+Green+Blue) = 53+75+51=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 75 - color contains mainly: green. Hex color #354B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B33 is #CAB4CC. Grayscale: #414141. Windows color (decimal): -13284557 or 3361589. OLE color: 3361589.
HSL color Cylindrical-coordinate representation of color #354B33: hue angle of 115º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354B33 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 75 | 51 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.71 |
| HSL | 115º | 0.19% | 0.25% | - |
| HSV(B) | 115º | 0.32% | 0.29% | - |
| XYZ | 4.58 | 6.03 | 4.05 | - |
| YUV | 65.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 51 | 0.29 | 0 | 0.32 | 0.71 | 115 | 0.19 | 0.25 |
| Hex | 35 | 4B | 33 | 1D | 0 | 20 | 47 | 73 | 13 | 19 |
| Octal | 65 | 113 | 63 | 35 | 0 | 40 | 107 | 163 | 23 | 31 |
| Binary | 110101 | 1001011 | 110011 | 11101 | 0 | 100000 | 1000111 | 1110011 | 10011 | 11001 |
Color Harmonies of #354B33
Complementary color
Monochromatic Colors of #354B33
Black with #354B33
Text Example
Text Example
White with #354B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B33; }
p { color: rgb(53,75,51); }
H1.HeaderClassName
{
color: #354B33;
}
.AnyTagClassName
{
color: #354B33;
}
</style>
background-color css
<style>
a { background-color: #354B33; }
a { background-color: rgb(53,75,51); }
div.DivClassName
{
background-color: #354B33;
}
.BgClassName
{
background-color: #354B33;
}
</style>
border-color css
<style>
span { border-color: #354B33; }
span { border-color: rgb(53,75,51); }
td.TdClassName
{
border-color: #354B33;
}
.TagClassName
{
border-color: #354B33;
}
</style>