Shades of Palm Leaf #32522C
Tints of Palm Leaf #32522C
RGB
CMYK
RGB Variations
Color information
#32522C (or 0x32522C) is known color: Palm Leaf. HEX triplet: 32, 52 and 2C. RGB value is (50,82,44). Sum of RGB (Red+Green+Blue) = 50+82+44=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #32522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32522C is #CDADD3. Grayscale: #444444. Windows color (decimal): -13479380 or 2904626. OLE color: 2904626.
HSL color Cylindrical-coordinate representation of color #32522C: hue angle of 110.53º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32522C is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 44 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.68 |
| HSL | 110.53º | 0.3% | 0.25% | - |
| HSV(B) | 110.53º | 0.46% | 0.32% | - |
| XYZ | 4.79 | 6.89 | 3.46 | - |
| YUV | 68.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 44 | 0.39 | 0 | 0.46 | 0.68 | 110.53 | 0.3 | 0.25 |
| Hex | 32 | 52 | 2C | 27 | 0 | 2E | 44 | 6F | 1E | 19 |
| Octal | 62 | 122 | 54 | 47 | 0 | 56 | 104 | 157 | 36 | 31 |
| Binary | 110010 | 1010010 | 101100 | 100111 | 0 | 101110 | 1000100 | 1101111 | 11110 | 11001 |
Color Harmonies of #32522C
Complementary color
Monochromatic Colors of #32522C
Black with #32522C
Text Example
Text Example
White with #32522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32522C; }
p { color: rgb(50,82,44); }
H1.HeaderClassName
{
color: #32522C;
}
.AnyTagClassName
{
color: #32522C;
}
</style>
background-color css
<style>
a { background-color: #32522C; }
a { background-color: rgb(50,82,44); }
div.DivClassName
{
background-color: #32522C;
}
.BgClassName
{
background-color: #32522C;
}
</style>
border-color css
<style>
span { border-color: #32522C; }
span { border-color: rgb(50,82,44); }
td.TdClassName
{
border-color: #32522C;
}
.TagClassName
{
border-color: #32522C;
}
</style>