Shades of Palm Leaf #354D25
Tints of Palm Leaf #354D25
RGB
CMYK
RGB Variations
Color information
#354D25 (or 0x354D25) is known color: Palm Leaf. HEX triplet: 35, 4D and 25. RGB value is (53,77,37). Sum of RGB (Red+Green+Blue) = 53+77+37=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 77 - color contains mainly: green. Hex color #354D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D25 is #CAB2DA. Grayscale: #414141. Windows color (decimal): -13284059 or 2444597. OLE color: 2444597.
HSL color Cylindrical-coordinate representation of color #354D25: hue angle of 96º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #354D25 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 77 | 37 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.70 |
| HSL | 96º | 0.35% | 0.22% | - |
| HSV(B) | 96º | 0.52% | 0.3% | - |
| XYZ | 4.46 | 6.2 | 2.71 | - |
| YUV | 65.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 37 | 0.31 | 0 | 0.52 | 0.70 | 96 | 0.35 | 0.22 |
| Hex | 35 | 4D | 25 | 1F | 0 | 34 | 46 | 60 | 23 | 16 |
| Octal | 65 | 115 | 45 | 37 | 0 | 64 | 106 | 140 | 43 | 26 |
| Binary | 110101 | 1001101 | 100101 | 11111 | 0 | 110100 | 1000110 | 1100000 | 100011 | 10110 |
Color Harmonies of #354D25
Complementary color
Monochromatic Colors of #354D25
Black with #354D25
Text Example
Text Example
White with #354D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D25; }
p { color: rgb(53,77,37); }
H1.HeaderClassName
{
color: #354D25;
}
.AnyTagClassName
{
color: #354D25;
}
</style>
background-color css
<style>
a { background-color: #354D25; }
a { background-color: rgb(53,77,37); }
div.DivClassName
{
background-color: #354D25;
}
.BgClassName
{
background-color: #354D25;
}
</style>
border-color css
<style>
span { border-color: #354D25; }
span { border-color: rgb(53,77,37); }
td.TdClassName
{
border-color: #354D25;
}
.TagClassName
{
border-color: #354D25;
}
</style>