Shades of Palm Leaf #325128
Tints of Palm Leaf #325128
RGB
CMYK
RGB Variations
Color information
#325128 (or 0x325128) is known color: Palm Leaf. HEX triplet: 32, 51 and 28. RGB value is (50,81,40). Sum of RGB (Red+Green+Blue) = 50+81+40=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #325128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325128 is #CDAED7. Grayscale: #434343. Windows color (decimal): -13479640 or 2642226. OLE color: 2642226.
HSL color Cylindrical-coordinate representation of color #325128: hue angle of 105.37º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #325128 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 40 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.68 |
| HSL | 105.37º | 0.34% | 0.24% | - |
| HSV(B) | 105.37º | 0.51% | 0.32% | - |
| XYZ | 4.64 | 6.72 | 3.06 | - |
| YUV | 67.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 40 | 0.38 | 0 | 0.51 | 0.68 | 105.37 | 0.34 | 0.24 |
| Hex | 32 | 51 | 28 | 26 | 0 | 33 | 44 | 69 | 22 | 18 |
| Octal | 62 | 121 | 50 | 46 | 0 | 63 | 104 | 151 | 42 | 30 |
| Binary | 110010 | 1010001 | 101000 | 100110 | 0 | 110011 | 1000100 | 1101001 | 100010 | 11000 |
Color Harmonies of #325128
Complementary color
Monochromatic Colors of #325128
Black with #325128
Text Example
Text Example
White with #325128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325128; }
p { color: rgb(50,81,40); }
H1.HeaderClassName
{
color: #325128;
}
.AnyTagClassName
{
color: #325128;
}
</style>
background-color css
<style>
a { background-color: #325128; }
a { background-color: rgb(50,81,40); }
div.DivClassName
{
background-color: #325128;
}
.BgClassName
{
background-color: #325128;
}
</style>
border-color css
<style>
span { border-color: #325128; }
span { border-color: rgb(50,81,40); }
td.TdClassName
{
border-color: #325128;
}
.TagClassName
{
border-color: #325128;
}
</style>