Shades of Palm Leaf #324F24
Tints of Palm Leaf #324F24
RGB
CMYK
RGB Variations
Color information
#324F24 (or 0x324F24) is known color: Palm Leaf. HEX triplet: 32, 4F and 24. RGB value is (50,79,36). Sum of RGB (Red+Green+Blue) = 50+79+36=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 79 - color contains mainly: green. Hex color #324F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F24 is #CDB0DB. Grayscale: #414141. Windows color (decimal): -13480156 or 2379570. OLE color: 2379570.
HSL color Cylindrical-coordinate representation of color #324F24: hue angle of 100.47º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #324F24 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 79 | 36 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.69 |
| HSL | 100.47º | 0.37% | 0.23% | - |
| HSV(B) | 100.47º | 0.54% | 0.31% | - |
| XYZ | 4.43 | 6.4 | 2.67 | - |
| YUV | 65.43 | 111.39 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 36 | 0.37 | 0 | 0.54 | 0.69 | 100.47 | 0.37 | 0.23 |
| Hex | 32 | 4F | 24 | 25 | 0 | 36 | 45 | 64 | 25 | 17 |
| Octal | 62 | 117 | 44 | 45 | 0 | 66 | 105 | 144 | 45 | 27 |
| Binary | 110010 | 1001111 | 100100 | 100101 | 0 | 110110 | 1000101 | 1100100 | 100101 | 10111 |
Color Harmonies of #324F24
Complementary color
Monochromatic Colors of #324F24
Black with #324F24
Text Example
Text Example
White with #324F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F24; }
p { color: rgb(50,79,36); }
H1.HeaderClassName
{
color: #324F24;
}
.AnyTagClassName
{
color: #324F24;
}
</style>
background-color css
<style>
a { background-color: #324F24; }
a { background-color: rgb(50,79,36); }
div.DivClassName
{
background-color: #324F24;
}
.BgClassName
{
background-color: #324F24;
}
</style>
border-color css
<style>
span { border-color: #324F24; }
span { border-color: rgb(50,79,36); }
td.TdClassName
{
border-color: #324F24;
}
.TagClassName
{
border-color: #324F24;
}
</style>