Shades of Palm Leaf #354C26
Tints of Palm Leaf #354C26
RGB
CMYK
RGB Variations
Color information
#354C26 (or 0x354C26) is known color: Palm Leaf. HEX triplet: 35, 4C and 26. RGB value is (53,76,38). Sum of RGB (Red+Green+Blue) = 53+76+38=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #354C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354C26 is #CAB3D9. Grayscale: #404040. Windows color (decimal): -13284314 or 2509877. OLE color: 2509877.
HSL color Cylindrical-coordinate representation of color #354C26: hue angle of 96.32º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #354C26 is Cyan = 0.30, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 76 | 38 | - |
| CMYK | 0.30 | 0 | 0.5 | 0.70 |
| HSL | 96.32º | 0.33% | 0.22% | - |
| HSV(B) | 96.32º | 0.5% | 0.3% | - |
| XYZ | 4.4 | 6.07 | 2.77 | - |
| YUV | 64.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 38 | 0.30 | 0 | 0.5 | 0.70 | 96.32 | 0.33 | 0.22 |
| Hex | 35 | 4C | 26 | 1E | 0 | 32 | 46 | 60 | 21 | 16 |
| Octal | 65 | 114 | 46 | 36 | 0 | 62 | 106 | 140 | 41 | 26 |
| Binary | 110101 | 1001100 | 100110 | 11110 | 0 | 110010 | 1000110 | 1100000 | 100001 | 10110 |
Color Harmonies of #354C26
Complementary color
Monochromatic Colors of #354C26
Black with #354C26
Text Example
Text Example
White with #354C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C26; }
p { color: rgb(53,76,38); }
H1.HeaderClassName
{
color: #354C26;
}
.AnyTagClassName
{
color: #354C26;
}
</style>
background-color css
<style>
a { background-color: #354C26; }
a { background-color: rgb(53,76,38); }
div.DivClassName
{
background-color: #354C26;
}
.BgClassName
{
background-color: #354C26;
}
</style>
border-color css
<style>
span { border-color: #354C26; }
span { border-color: rgb(53,76,38); }
td.TdClassName
{
border-color: #354C26;
}
.TagClassName
{
border-color: #354C26;
}
</style>