Shades of Palm Leaf #32531D
Tints of Palm Leaf #32531D
RGB
CMYK
RGB Variations
Color information
#32531D (or 0x32531D) is known color: Palm Leaf. HEX triplet: 32, 53 and 1D. RGB value is (50,83,29). Sum of RGB (Red+Green+Blue) = 50+83+29=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #32531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32531D is #CDACE2. Grayscale: #434343. Windows color (decimal): -13479139 or 1921842. OLE color: 1921842.
HSL color Cylindrical-coordinate representation of color #32531D: hue angle of 96.67º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32531D is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 29 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.67 |
| HSL | 96.67º | 0.48% | 0.22% | - |
| HSV(B) | 96.67º | 0.65% | 0.33% | - |
| XYZ | 4.63 | 6.95 | 2.26 | - |
| YUV | 66.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 29 | 0.40 | 0 | 0.65 | 0.67 | 96.67 | 0.48 | 0.22 |
| Hex | 32 | 53 | 1D | 28 | 0 | 41 | 43 | 61 | 30 | 16 |
| Octal | 62 | 123 | 35 | 50 | 0 | 101 | 103 | 141 | 60 | 26 |
| Binary | 110010 | 1010011 | 11101 | 101000 | 0 | 1000001 | 1000011 | 1100001 | 110000 | 10110 |
Color Harmonies of #32531D
Complementary color
Monochromatic Colors of #32531D
Black with #32531D
Text Example
Text Example
White with #32531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32531D; }
p { color: rgb(50,83,29); }
H1.HeaderClassName
{
color: #32531D;
}
.AnyTagClassName
{
color: #32531D;
}
</style>
background-color css
<style>
a { background-color: #32531D; }
a { background-color: rgb(50,83,29); }
div.DivClassName
{
background-color: #32531D;
}
.BgClassName
{
background-color: #32531D;
}
</style>
border-color css
<style>
span { border-color: #32531D; }
span { border-color: rgb(50,83,29); }
td.TdClassName
{
border-color: #32531D;
}
.TagClassName
{
border-color: #32531D;
}
</style>