Shades of Palm Leaf #325E15
Tints of Palm Leaf #325E15
RGB
CMYK
RGB Variations
Color information
#325E15 (or 0x325E15) is known color: Palm Leaf. HEX triplet: 32, 5E and 15. RGB value is (50,94,21). Sum of RGB (Red+Green+Blue) = 50+94+21=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 94 (37.11% from 255 or 56.97% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 94 - color contains mainly: green. Hex color #325E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325E15 is #CDA1EA. Grayscale: #484848. Windows color (decimal): -13476331 or 1400370. OLE color: 1400370.
HSL color Cylindrical-coordinate representation of color #325E15: hue angle of 96.16º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325E15 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 94 | 21 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.63 |
| HSL | 96.16º | 0.63% | 0.23% | - |
| HSV(B) | 96.16º | 0.78% | 0.37% | - |
| XYZ | 5.45 | 8.74 | 2.11 | - |
| YUV | 72.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 21 | 0.47 | 0 | 0.78 | 0.63 | 96.16 | 0.63 | 0.23 |
| Hex | 32 | 5E | 15 | 2F | 0 | 4E | 3F | 60 | 3F | 17 |
| Octal | 62 | 136 | 25 | 57 | 0 | 116 | 77 | 140 | 77 | 27 |
| Binary | 110010 | 1011110 | 10101 | 101111 | 0 | 1001110 | 111111 | 1100000 | 111111 | 10111 |
Color Harmonies of #325E15
Complementary color
Monochromatic Colors of #325E15
Black with #325E15
Text Example
Text Example
White with #325E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E15; }
p { color: rgb(50,94,21); }
H1.HeaderClassName
{
color: #325E15;
}
.AnyTagClassName
{
color: #325E15;
}
</style>
background-color css
<style>
a { background-color: #325E15; }
a { background-color: rgb(50,94,21); }
div.DivClassName
{
background-color: #325E15;
}
.BgClassName
{
background-color: #325E15;
}
</style>
border-color css
<style>
span { border-color: #325E15; }
span { border-color: rgb(50,94,21); }
td.TdClassName
{
border-color: #325E15;
}
.TagClassName
{
border-color: #325E15;
}
</style>