Shades of Palm Leaf #325E13
Tints of Palm Leaf #325E13
RGB
CMYK
RGB Variations
Color information
#325E13 (or 0x325E13) is known color: Palm Leaf. HEX triplet: 32, 5E and 13. RGB value is (50,94,19). Sum of RGB (Red+Green+Blue) = 50+94+19=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 94 (37.11% from 255 or 57.67% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 94 - color contains mainly: green. Hex color #325E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325E13 is #CDA1EC. Grayscale: #484848. Windows color (decimal): -13476333 or 1269298. OLE color: 1269298.
HSL color Cylindrical-coordinate representation of color #325E13: hue angle of 95.2º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #325E13 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 94 | 19 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.63 |
| HSL | 95.2º | 0.66% | 0.22% | - |
| HSV(B) | 95.2º | 0.8% | 0.37% | - |
| XYZ | 5.44 | 8.73 | 2.01 | - |
| YUV | 72.29 | 97.92 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 19 | 0.47 | 0 | 0.80 | 0.63 | 95.2 | 0.66 | 0.22 |
| Hex | 32 | 5E | 13 | 2F | 0 | 50 | 3F | 5F | 42 | 16 |
| Octal | 62 | 136 | 23 | 57 | 0 | 120 | 77 | 137 | 102 | 26 |
| Binary | 110010 | 1011110 | 10011 | 101111 | 0 | 1010000 | 111111 | 1011111 | 1000010 | 10110 |
Color Harmonies of #325E13
Complementary color
Monochromatic Colors of #325E13
Black with #325E13
Text Example
Text Example
White with #325E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E13; }
p { color: rgb(50,94,19); }
H1.HeaderClassName
{
color: #325E13;
}
.AnyTagClassName
{
color: #325E13;
}
</style>
background-color css
<style>
a { background-color: #325E13; }
a { background-color: rgb(50,94,19); }
div.DivClassName
{
background-color: #325E13;
}
.BgClassName
{
background-color: #325E13;
}
</style>
border-color css
<style>
span { border-color: #325E13; }
span { border-color: rgb(50,94,19); }
td.TdClassName
{
border-color: #325E13;
}
.TagClassName
{
border-color: #325E13;
}
</style>