Shades of Palm Leaf #32531E
Tints of Palm Leaf #32531E
RGB
CMYK
RGB Variations
Color information
#32531E (or 0x32531E) is known color: Palm Leaf. HEX triplet: 32, 53 and 1E. RGB value is (50,83,30). Sum of RGB (Red+Green+Blue) = 50+83+30=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #32531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32531E is #CDACE1. Grayscale: #434343. Windows color (decimal): -13479138 or 1987378. OLE color: 1987378.
HSL color Cylindrical-coordinate representation of color #32531E: hue angle of 97.36º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32531E is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 30 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.67 |
| HSL | 97.36º | 0.47% | 0.22% | - |
| HSV(B) | 97.36º | 0.64% | 0.33% | - |
| XYZ | 4.64 | 6.96 | 2.33 | - |
| YUV | 67.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 30 | 0.40 | 0 | 0.64 | 0.67 | 97.36 | 0.47 | 0.22 |
| Hex | 32 | 53 | 1E | 28 | 0 | 40 | 43 | 61 | 2F | 16 |
| Octal | 62 | 123 | 36 | 50 | 0 | 100 | 103 | 141 | 57 | 26 |
| Binary | 110010 | 1010011 | 11110 | 101000 | 0 | 1000000 | 1000011 | 1100001 | 101111 | 10110 |
Color Harmonies of #32531E
Complementary color
Monochromatic Colors of #32531E
Black with #32531E
Text Example
Text Example
White with #32531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32531E; }
p { color: rgb(50,83,30); }
H1.HeaderClassName
{
color: #32531E;
}
.AnyTagClassName
{
color: #32531E;
}
</style>
background-color css
<style>
a { background-color: #32531E; }
a { background-color: rgb(50,83,30); }
div.DivClassName
{
background-color: #32531E;
}
.BgClassName
{
background-color: #32531E;
}
</style>
border-color css
<style>
span { border-color: #32531E; }
span { border-color: rgb(50,83,30); }
td.TdClassName
{
border-color: #32531E;
}
.TagClassName
{
border-color: #32531E;
}
</style>