Shades of Palm Leaf #355A25
Tints of Palm Leaf #355A25
RGB
CMYK
RGB Variations
Color information
#355A25 (or 0x355A25) is known color: Palm Leaf. HEX triplet: 35, 5A and 25. RGB value is (53,90,37). Sum of RGB (Red+Green+Blue) = 53+90+37=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #355A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A25 is #CAA5DA. Grayscale: #494949. Windows color (decimal): -13280731 or 2447925. OLE color: 2447925.
HSL color Cylindrical-coordinate representation of color #355A25: hue angle of 101.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355A25 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 90 | 37 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.65 |
| HSL | 101.89º | 0.42% | 0.25% | - |
| HSV(B) | 101.89º | 0.59% | 0.35% | - |
| XYZ | 5.46 | 8.2 | 3.05 | - |
| YUV | 72.9 | 107.74 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 37 | 0.41 | 0 | 0.59 | 0.65 | 101.89 | 0.42 | 0.25 |
| Hex | 35 | 5A | 25 | 29 | 0 | 3B | 41 | 66 | 2A | 19 |
| Octal | 65 | 132 | 45 | 51 | 0 | 73 | 101 | 146 | 52 | 31 |
| Binary | 110101 | 1011010 | 100101 | 101001 | 0 | 111011 | 1000001 | 1100110 | 101010 | 11001 |
Color Harmonies of #355A25
Complementary color
Monochromatic Colors of #355A25
Black with #355A25
Text Example
Text Example
White with #355A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A25; }
p { color: rgb(53,90,37); }
H1.HeaderClassName
{
color: #355A25;
}
.AnyTagClassName
{
color: #355A25;
}
</style>
background-color css
<style>
a { background-color: #355A25; }
a { background-color: rgb(53,90,37); }
div.DivClassName
{
background-color: #355A25;
}
.BgClassName
{
background-color: #355A25;
}
</style>
border-color css
<style>
span { border-color: #355A25; }
span { border-color: rgb(53,90,37); }
td.TdClassName
{
border-color: #355A25;
}
.TagClassName
{
border-color: #355A25;
}
</style>