Shades of Palm Leaf #324529
Tints of Palm Leaf #324529
RGB
CMYK
RGB Variations
Color information
#324529 (or 0x324529) is known color: Palm Leaf. HEX triplet: 32, 45 and 29. RGB value is (50,69,41). Sum of RGB (Red+Green+Blue) = 50+69+41=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 69 - color contains mainly: green. Hex color #324529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324529 is #CDBAD6. Grayscale: #3C3C3C. Windows color (decimal): -13482711 or 2704690. OLE color: 2704690.
HSL color Cylindrical-coordinate representation of color #324529: hue angle of 100.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #324529 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 41 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.73 |
| HSL | 100.71º | 0.25% | 0.22% | - |
| HSV(B) | 100.71º | 0.41% | 0.27% | - |
| XYZ | 3.84 | 5.09 | 2.88 | - |
| YUV | 60.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 41 | 0.28 | 0 | 0.41 | 0.73 | 100.71 | 0.25 | 0.22 |
| Hex | 32 | 45 | 29 | 1C | 0 | 29 | 49 | 65 | 19 | 16 |
| Octal | 62 | 105 | 51 | 34 | 0 | 51 | 111 | 145 | 31 | 26 |
| Binary | 110010 | 1000101 | 101001 | 11100 | 0 | 101001 | 1001001 | 1100101 | 11001 | 10110 |
Color Harmonies of #324529
Complementary color
Monochromatic Colors of #324529
Black with #324529
Text Example
Text Example
White with #324529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324529; }
p { color: rgb(50,69,41); }
H1.HeaderClassName
{
color: #324529;
}
.AnyTagClassName
{
color: #324529;
}
</style>
background-color css
<style>
a { background-color: #324529; }
a { background-color: rgb(50,69,41); }
div.DivClassName
{
background-color: #324529;
}
.BgClassName
{
background-color: #324529;
}
</style>
border-color css
<style>
span { border-color: #324529; }
span { border-color: rgb(50,69,41); }
td.TdClassName
{
border-color: #324529;
}
.TagClassName
{
border-color: #324529;
}
</style>