Shades of Palm Leaf #354F30
Tints of Palm Leaf #354F30
RGB
CMYK
RGB Variations
Color information
#354F30 (or 0x354F30) is known color: Palm Leaf. HEX triplet: 35, 4F and 30. RGB value is (53,79,48). Sum of RGB (Red+Green+Blue) = 53+79+48=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 79 - color contains mainly: green. Hex color #354F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F30 is #CAB0CF. Grayscale: #434343. Windows color (decimal): -13283536 or 3166005. OLE color: 3166005.
HSL color Cylindrical-coordinate representation of color #354F30: hue angle of 110.32º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #354F30 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 79 | 48 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.69 |
| HSL | 110.32º | 0.24% | 0.25% | - |
| HSV(B) | 110.32º | 0.39% | 0.31% | - |
| XYZ | 4.8 | 6.56 | 3.81 | - |
| YUV | 67.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 48 | 0.33 | 0 | 0.39 | 0.69 | 110.32 | 0.24 | 0.25 |
| Hex | 35 | 4F | 30 | 21 | 0 | 27 | 45 | 6E | 18 | 19 |
| Octal | 65 | 117 | 60 | 41 | 0 | 47 | 105 | 156 | 30 | 31 |
| Binary | 110101 | 1001111 | 110000 | 100001 | 0 | 100111 | 1000101 | 1101110 | 11000 | 11001 |
Color Harmonies of #354F30
Complementary color
Monochromatic Colors of #354F30
Black with #354F30
Text Example
Text Example
White with #354F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354F30; }
p { color: rgb(53,79,48); }
H1.HeaderClassName
{
color: #354F30;
}
.AnyTagClassName
{
color: #354F30;
}
</style>
background-color css
<style>
a { background-color: #354F30; }
a { background-color: rgb(53,79,48); }
div.DivClassName
{
background-color: #354F30;
}
.BgClassName
{
background-color: #354F30;
}
</style>
border-color css
<style>
span { border-color: #354F30; }
span { border-color: rgb(53,79,48); }
td.TdClassName
{
border-color: #354F30;
}
.TagClassName
{
border-color: #354F30;
}
</style>