Shades of Palm Leaf #355B19
Tints of Palm Leaf #355B19
RGB
CMYK
RGB Variations
Color information
#355B19 (or 0x355B19) is known color: Palm Leaf. HEX triplet: 35, 5B and 19. RGB value is (53,91,25). Sum of RGB (Red+Green+Blue) = 53+91+25=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 91 (35.94% from 255 or 53.85% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 91 - color contains mainly: green. Hex color #355B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355B19 is #CAA4E6. Grayscale: #484848. Windows color (decimal): -13280487 or 1661749. OLE color: 1661749.
HSL color Cylindrical-coordinate representation of color #355B19: hue angle of 94.55º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #355B19 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 91 | 25 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.64 |
| HSL | 94.55º | 0.57% | 0.23% | - |
| HSV(B) | 94.55º | 0.73% | 0.36% | - |
| XYZ | 5.38 | 8.31 | 2.24 | - |
| YUV | 72.11 | 101.41 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 25 | 0.42 | 0 | 0.73 | 0.64 | 94.55 | 0.57 | 0.23 |
| Hex | 35 | 5B | 19 | 2A | 0 | 49 | 40 | 5F | 39 | 17 |
| Octal | 65 | 133 | 31 | 52 | 0 | 111 | 100 | 137 | 71 | 27 |
| Binary | 110101 | 1011011 | 11001 | 101010 | 0 | 1001001 | 1000000 | 1011111 | 111001 | 10111 |
Color Harmonies of #355B19
Complementary color
Monochromatic Colors of #355B19
Black with #355B19
Text Example
Text Example
White with #355B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B19; }
p { color: rgb(53,91,25); }
H1.HeaderClassName
{
color: #355B19;
}
.AnyTagClassName
{
color: #355B19;
}
</style>
background-color css
<style>
a { background-color: #355B19; }
a { background-color: rgb(53,91,25); }
div.DivClassName
{
background-color: #355B19;
}
.BgClassName
{
background-color: #355B19;
}
</style>
border-color css
<style>
span { border-color: #355B19; }
span { border-color: rgb(53,91,25); }
td.TdClassName
{
border-color: #355B19;
}
.TagClassName
{
border-color: #355B19;
}
</style>