Shades of Palm Leaf #325B14
Tints of Palm Leaf #325B14
RGB
CMYK
RGB Variations
Color information
#325B14 (or 0x325B14) is known color: Palm Leaf. HEX triplet: 32, 5B and 14. RGB value is (50,91,20). Sum of RGB (Red+Green+Blue) = 50+91+20=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 91 (35.94% from 255 or 56.52% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 91 - color contains mainly: green. Hex color #325B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325B14 is #CDA4EB. Grayscale: #464646. Windows color (decimal): -13477100 or 1334066. OLE color: 1334066.
HSL color Cylindrical-coordinate representation of color #325B14: hue angle of 94.65º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325B14 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 91 | 20 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.64 |
| HSL | 94.65º | 0.64% | 0.22% | - |
| HSV(B) | 94.65º | 0.78% | 0.36% | - |
| XYZ | 5.18 | 8.21 | 1.97 | - |
| YUV | 70.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 20 | 0.45 | 0 | 0.78 | 0.64 | 94.65 | 0.64 | 0.22 |
| Hex | 32 | 5B | 14 | 2D | 0 | 4E | 40 | 5F | 40 | 16 |
| Octal | 62 | 133 | 24 | 55 | 0 | 116 | 100 | 137 | 100 | 26 |
| Binary | 110010 | 1011011 | 10100 | 101101 | 0 | 1001110 | 1000000 | 1011111 | 1000000 | 10110 |
Color Harmonies of #325B14
Complementary color
Monochromatic Colors of #325B14
Black with #325B14
Text Example
Text Example
White with #325B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B14; }
p { color: rgb(50,91,20); }
H1.HeaderClassName
{
color: #325B14;
}
.AnyTagClassName
{
color: #325B14;
}
</style>
background-color css
<style>
a { background-color: #325B14; }
a { background-color: rgb(50,91,20); }
div.DivClassName
{
background-color: #325B14;
}
.BgClassName
{
background-color: #325B14;
}
</style>
border-color css
<style>
span { border-color: #325B14; }
span { border-color: rgb(50,91,20); }
td.TdClassName
{
border-color: #325B14;
}
.TagClassName
{
border-color: #325B14;
}
</style>