Shades of Palm Leaf #325D17
Tints of Palm Leaf #325D17
RGB
CMYK
RGB Variations
Color information
#325D17 (or 0x325D17) is known color: Palm Leaf. HEX triplet: 32, 5D and 17. RGB value is (50,93,23). Sum of RGB (Red+Green+Blue) = 50+93+23=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #325D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325D17 is #CDA2E8. Grayscale: #484848. Windows color (decimal): -13476585 or 1531186. OLE color: 1531186.
HSL color Cylindrical-coordinate representation of color #325D17: hue angle of 96.86º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325D17 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 23 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.64 |
| HSL | 96.86º | 0.6% | 0.23% | - |
| HSV(B) | 96.86º | 0.75% | 0.36% | - |
| XYZ | 5.38 | 8.57 | 2.18 | - |
| YUV | 72.16 | 100.25 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 23 | 0.46 | 0 | 0.75 | 0.64 | 96.86 | 0.6 | 0.23 |
| Hex | 32 | 5D | 17 | 2E | 0 | 4B | 40 | 61 | 3C | 17 |
| Octal | 62 | 135 | 27 | 56 | 0 | 113 | 100 | 141 | 74 | 27 |
| Binary | 110010 | 1011101 | 10111 | 101110 | 0 | 1001011 | 1000000 | 1100001 | 111100 | 10111 |
Color Harmonies of #325D17
Complementary color
Monochromatic Colors of #325D17
Black with #325D17
Text Example
Text Example
White with #325D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D17; }
p { color: rgb(50,93,23); }
H1.HeaderClassName
{
color: #325D17;
}
.AnyTagClassName
{
color: #325D17;
}
</style>
background-color css
<style>
a { background-color: #325D17; }
a { background-color: rgb(50,93,23); }
div.DivClassName
{
background-color: #325D17;
}
.BgClassName
{
background-color: #325D17;
}
</style>
border-color css
<style>
span { border-color: #325D17; }
span { border-color: rgb(50,93,23); }
td.TdClassName
{
border-color: #325D17;
}
.TagClassName
{
border-color: #325D17;
}
</style>