Shades of Palm Leaf #325E14
Tints of Palm Leaf #325E14
RGB
CMYK
RGB Variations
Color information
#325E14 (or 0x325E14) is known color: Palm Leaf. HEX triplet: 32, 5E and 14. RGB value is (50,94,20). Sum of RGB (Red+Green+Blue) = 50+94+20=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 94 (37.11% from 255 or 57.32% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 94 - color contains mainly: green. Hex color #325E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325E14 is #CDA1EB. Grayscale: #484848. Windows color (decimal): -13476332 or 1334834. OLE color: 1334834.
HSL color Cylindrical-coordinate representation of color #325E14: hue angle of 95.68º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #325E14 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 94 | 20 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.63 |
| HSL | 95.68º | 0.65% | 0.22% | - |
| HSV(B) | 95.68º | 0.79% | 0.37% | - |
| XYZ | 5.44 | 8.73 | 2.06 | - |
| YUV | 72.41 | 98.42 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 20 | 0.47 | 0 | 0.79 | 0.63 | 95.68 | 0.65 | 0.22 |
| Hex | 32 | 5E | 14 | 2F | 0 | 4F | 3F | 60 | 41 | 16 |
| Octal | 62 | 136 | 24 | 57 | 0 | 117 | 77 | 140 | 101 | 26 |
| Binary | 110010 | 1011110 | 10100 | 101111 | 0 | 1001111 | 111111 | 1100000 | 1000001 | 10110 |
Color Harmonies of #325E14
Complementary color
Monochromatic Colors of #325E14
Black with #325E14
Text Example
Text Example
White with #325E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E14; }
p { color: rgb(50,94,20); }
H1.HeaderClassName
{
color: #325E14;
}
.AnyTagClassName
{
color: #325E14;
}
</style>
background-color css
<style>
a { background-color: #325E14; }
a { background-color: rgb(50,94,20); }
div.DivClassName
{
background-color: #325E14;
}
.BgClassName
{
background-color: #325E14;
}
</style>
border-color css
<style>
span { border-color: #325E14; }
span { border-color: rgb(50,94,20); }
td.TdClassName
{
border-color: #325E14;
}
.TagClassName
{
border-color: #325E14;
}
</style>