Shades of Palm Leaf #325B19
Tints of Palm Leaf #325B19
RGB
CMYK
RGB Variations
Color information
#325B19 (or 0x325B19) is known color: Palm Leaf. HEX triplet: 32, 5B and 19. RGB value is (50,91,25). Sum of RGB (Red+Green+Blue) = 50+91+25=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 91 (35.94% from 255 or 54.82% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 91 - color contains mainly: green. Hex color #325B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325B19 is #CDA4E6. Grayscale: #474747. Windows color (decimal): -13477095 or 1661746. OLE color: 1661746.
HSL color Cylindrical-coordinate representation of color #325B19: hue angle of 97.27º 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 #325B19 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 91 | 25 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.64 |
| HSL | 97.27º | 0.57% | 0.23% | - |
| HSV(B) | 97.27º | 0.73% | 0.36% | - |
| XYZ | 5.23 | 8.23 | 2.23 | - |
| YUV | 71.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 25 | 0.45 | 0 | 0.73 | 0.64 | 97.27 | 0.57 | 0.23 |
| Hex | 32 | 5B | 19 | 2D | 0 | 49 | 40 | 61 | 39 | 17 |
| Octal | 62 | 133 | 31 | 55 | 0 | 111 | 100 | 141 | 71 | 27 |
| Binary | 110010 | 1011011 | 11001 | 101101 | 0 | 1001001 | 1000000 | 1100001 | 111001 | 10111 |
Color Harmonies of #325B19
Complementary color
Monochromatic Colors of #325B19
Black with #325B19
Text Example
Text Example
White with #325B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B19; }
p { color: rgb(50,91,25); }
H1.HeaderClassName
{
color: #325B19;
}
.AnyTagClassName
{
color: #325B19;
}
</style>
background-color css
<style>
a { background-color: #325B19; }
a { background-color: rgb(50,91,25); }
div.DivClassName
{
background-color: #325B19;
}
.BgClassName
{
background-color: #325B19;
}
</style>
border-color css
<style>
span { border-color: #325B19; }
span { border-color: rgb(50,91,25); }
td.TdClassName
{
border-color: #325B19;
}
.TagClassName
{
border-color: #325B19;
}
</style>