Shades of Palm Leaf #325D12
Tints of Palm Leaf #325D12
RGB
CMYK
RGB Variations
Color information
#325D12 (or 0x325D12) is known color: Palm Leaf. HEX triplet: 32, 5D and 12. RGB value is (50,93,18). Sum of RGB (Red+Green+Blue) = 50+93+18=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 93 (36.72% from 255 or 57.76% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 93 - color contains mainly: green. Hex color #325D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325D12 is #CDA2ED. Grayscale: #474747. Windows color (decimal): -13476590 or 1203506. OLE color: 1203506.
HSL color Cylindrical-coordinate representation of color #325D12: hue angle of 94.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #325D12 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 18 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.64 |
| HSL | 94.4º | 0.68% | 0.22% | - |
| HSV(B) | 94.4º | 0.81% | 0.36% | - |
| XYZ | 5.34 | 8.55 | 1.94 | - |
| YUV | 71.59 | 97.75 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 18 | 0.46 | 0 | 0.81 | 0.64 | 94.4 | 0.68 | 0.22 |
| Hex | 32 | 5D | 12 | 2E | 0 | 51 | 40 | 5E | 44 | 16 |
| Octal | 62 | 135 | 22 | 56 | 0 | 121 | 100 | 136 | 104 | 26 |
| Binary | 110010 | 1011101 | 10010 | 101110 | 0 | 1010001 | 1000000 | 1011110 | 1000100 | 10110 |
Color Harmonies of #325D12
Complementary color
Monochromatic Colors of #325D12
Black with #325D12
Text Example
Text Example
White with #325D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D12; }
p { color: rgb(50,93,18); }
H1.HeaderClassName
{
color: #325D12;
}
.AnyTagClassName
{
color: #325D12;
}
</style>
background-color css
<style>
a { background-color: #325D12; }
a { background-color: rgb(50,93,18); }
div.DivClassName
{
background-color: #325D12;
}
.BgClassName
{
background-color: #325D12;
}
</style>
border-color css
<style>
span { border-color: #325D12; }
span { border-color: rgb(50,93,18); }
td.TdClassName
{
border-color: #325D12;
}
.TagClassName
{
border-color: #325D12;
}
</style>