Shades of Palm Leaf #324F25
Tints of Palm Leaf #324F25
RGB
CMYK
RGB Variations
Color information
#324F25 (or 0x324F25) is known color: Palm Leaf. HEX triplet: 32, 4F and 25. RGB value is (50,79,37). Sum of RGB (Red+Green+Blue) = 50+79+37=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #324F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F25 is #CDB0DA. Grayscale: #414141. Windows color (decimal): -13480155 or 2445106. OLE color: 2445106.
HSL color Cylindrical-coordinate representation of color #324F25: hue angle of 101.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #324F25 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 79 | 37 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.69 |
| HSL | 101.43º | 0.36% | 0.23% | - |
| HSV(B) | 101.43º | 0.53% | 0.31% | - |
| XYZ | 4.45 | 6.4 | 2.75 | - |
| YUV | 65.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 37 | 0.37 | 0 | 0.53 | 0.69 | 101.43 | 0.36 | 0.23 |
| Hex | 32 | 4F | 25 | 25 | 0 | 35 | 45 | 65 | 24 | 17 |
| Octal | 62 | 117 | 45 | 45 | 0 | 65 | 105 | 145 | 44 | 27 |
| Binary | 110010 | 1001111 | 100101 | 100101 | 0 | 110101 | 1000101 | 1100101 | 100100 | 10111 |
Color Harmonies of #324F25
Complementary color
Monochromatic Colors of #324F25
Black with #324F25
Text Example
Text Example
White with #324F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F25; }
p { color: rgb(50,79,37); }
H1.HeaderClassName
{
color: #324F25;
}
.AnyTagClassName
{
color: #324F25;
}
</style>
background-color css
<style>
a { background-color: #324F25; }
a { background-color: rgb(50,79,37); }
div.DivClassName
{
background-color: #324F25;
}
.BgClassName
{
background-color: #324F25;
}
</style>
border-color css
<style>
span { border-color: #324F25; }
span { border-color: rgb(50,79,37); }
td.TdClassName
{
border-color: #324F25;
}
.TagClassName
{
border-color: #324F25;
}
</style>