Shades of Palm Leaf #32551E
Tints of Palm Leaf #32551E
RGB
CMYK
RGB Variations
Color information
#32551E (or 0x32551E) is known color: Palm Leaf. HEX triplet: 32, 55 and 1E. RGB value is (50,85,30). Sum of RGB (Red+Green+Blue) = 50+85+30=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #32551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32551E is #CDAAE1. Grayscale: #444444. Windows color (decimal): -13478626 or 1987890. OLE color: 1987890.
HSL color Cylindrical-coordinate representation of color #32551E: hue angle of 98.18º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32551E is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 30 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.67 |
| HSL | 98.18º | 0.48% | 0.23% | - |
| HSV(B) | 98.18º | 0.65% | 0.33% | - |
| XYZ | 4.8 | 7.27 | 2.38 | - |
| YUV | 68.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 30 | 0.41 | 0 | 0.65 | 0.67 | 98.18 | 0.48 | 0.23 |
| Hex | 32 | 55 | 1E | 29 | 0 | 41 | 43 | 62 | 30 | 17 |
| Octal | 62 | 125 | 36 | 51 | 0 | 101 | 103 | 142 | 60 | 27 |
| Binary | 110010 | 1010101 | 11110 | 101001 | 0 | 1000001 | 1000011 | 1100010 | 110000 | 10111 |
Color Harmonies of #32551E
Complementary color
Monochromatic Colors of #32551E
Black with #32551E
Text Example
Text Example
White with #32551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32551E; }
p { color: rgb(50,85,30); }
H1.HeaderClassName
{
color: #32551E;
}
.AnyTagClassName
{
color: #32551E;
}
</style>
background-color css
<style>
a { background-color: #32551E; }
a { background-color: rgb(50,85,30); }
div.DivClassName
{
background-color: #32551E;
}
.BgClassName
{
background-color: #32551E;
}
</style>
border-color css
<style>
span { border-color: #32551E; }
span { border-color: rgb(50,85,30); }
td.TdClassName
{
border-color: #32551E;
}
.TagClassName
{
border-color: #32551E;
}
</style>