Shades of Palm Leaf #325C12
Tints of Palm Leaf #325C12
RGB
CMYK
RGB Variations
Color information
#325C12 (or 0x325C12) is known color: Palm Leaf. HEX triplet: 32, 5C and 12. RGB value is (50,92,18). Sum of RGB (Red+Green+Blue) = 50+92+18=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 92 (36.33% from 255 or 57.5% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 92 - color contains mainly: green. Hex color #325C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325C12 is #CDA3ED. Grayscale: #474747. Windows color (decimal): -13476846 or 1203250. OLE color: 1203250.
HSL color Cylindrical-coordinate representation of color #325C12: hue angle of 94.05º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #325C12 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 92 | 18 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.64 |
| HSL | 94.05º | 0.67% | 0.22% | - |
| HSV(B) | 94.05º | 0.8% | 0.36% | - |
| XYZ | 5.25 | 8.38 | 1.91 | - |
| YUV | 71.01 | 98.09 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 18 | 0.46 | 0 | 0.80 | 0.64 | 94.05 | 0.67 | 0.22 |
| Hex | 32 | 5C | 12 | 2E | 0 | 50 | 40 | 5E | 43 | 16 |
| Octal | 62 | 134 | 22 | 56 | 0 | 120 | 100 | 136 | 103 | 26 |
| Binary | 110010 | 1011100 | 10010 | 101110 | 0 | 1010000 | 1000000 | 1011110 | 1000011 | 10110 |
Color Harmonies of #325C12
Complementary color
Monochromatic Colors of #325C12
Black with #325C12
Text Example
Text Example
White with #325C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C12; }
p { color: rgb(50,92,18); }
H1.HeaderClassName
{
color: #325C12;
}
.AnyTagClassName
{
color: #325C12;
}
</style>
background-color css
<style>
a { background-color: #325C12; }
a { background-color: rgb(50,92,18); }
div.DivClassName
{
background-color: #325C12;
}
.BgClassName
{
background-color: #325C12;
}
</style>
border-color css
<style>
span { border-color: #325C12; }
span { border-color: rgb(50,92,18); }
td.TdClassName
{
border-color: #325C12;
}
.TagClassName
{
border-color: #325C12;
}
</style>