Shades of Palm Leaf #354030
Tints of Palm Leaf #354030
RGB
CMYK
RGB Variations
Color information
#354030 (or 0x354030) is known color: Palm Leaf. HEX triplet: 35, 40 and 30. RGB value is (53,64,48). Sum of RGB (Red+Green+Blue) = 53+64+48=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #354030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354030 is #CABFCF. Grayscale: #3A3A3A. Windows color (decimal): -13287376 or 3162165. OLE color: 3162165.
HSL color Cylindrical-coordinate representation of color #354030: hue angle of 101.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #354030 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 48 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.75 |
| HSL | 101.25º | 0.14% | 0.22% | - |
| HSV(B) | 101.25º | 0.25% | 0.25% | - |
| XYZ | 3.84 | 4.64 | 3.49 | - |
| YUV | 58.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 48 | 0.17 | 0 | 0.25 | 0.75 | 101.25 | 0.14 | 0.22 |
| Hex | 35 | 40 | 30 | 11 | 0 | 19 | 4B | 65 | E | 16 |
| Octal | 65 | 100 | 60 | 21 | 0 | 31 | 113 | 145 | 16 | 26 |
| Binary | 110101 | 1000000 | 110000 | 10001 | 0 | 11001 | 1001011 | 1100101 | 1110 | 10110 |
Color Harmonies of #354030
Complementary color
Monochromatic Colors of #354030
Black with #354030
Text Example
Text Example
White with #354030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354030; }
p { color: rgb(53,64,48); }
H1.HeaderClassName
{
color: #354030;
}
.AnyTagClassName
{
color: #354030;
}
</style>
background-color css
<style>
a { background-color: #354030; }
a { background-color: rgb(53,64,48); }
div.DivClassName
{
background-color: #354030;
}
.BgClassName
{
background-color: #354030;
}
</style>
border-color css
<style>
span { border-color: #354030; }
span { border-color: rgb(53,64,48); }
td.TdClassName
{
border-color: #354030;
}
.TagClassName
{
border-color: #354030;
}
</style>