Shades of Palm Leaf #32521D
Tints of Palm Leaf #32521D
RGB
CMYK
RGB Variations
Color information
#32521D (or 0x32521D) is known color: Palm Leaf. HEX triplet: 32, 52 and 1D. RGB value is (50,82,29). Sum of RGB (Red+Green+Blue) = 50+82+29=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #32521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32521D is #CDADE2. Grayscale: #424242. Windows color (decimal): -13479395 or 1921586. OLE color: 1921586.
HSL color Cylindrical-coordinate representation of color #32521D: hue angle of 96.23º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32521D is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 29 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.68 |
| HSL | 96.23º | 0.48% | 0.22% | - |
| HSV(B) | 96.23º | 0.65% | 0.32% | - |
| XYZ | 4.55 | 6.8 | 2.24 | - |
| YUV | 66.39 | 106.9 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 29 | 0.39 | 0 | 0.65 | 0.68 | 96.23 | 0.48 | 0.22 |
| Hex | 32 | 52 | 1D | 27 | 0 | 41 | 44 | 60 | 30 | 16 |
| Octal | 62 | 122 | 35 | 47 | 0 | 101 | 104 | 140 | 60 | 26 |
| Binary | 110010 | 1010010 | 11101 | 100111 | 0 | 1000001 | 1000100 | 1100000 | 110000 | 10110 |
Color Harmonies of #32521D
Complementary color
Monochromatic Colors of #32521D
Black with #32521D
Text Example
Text Example
White with #32521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32521D; }
p { color: rgb(50,82,29); }
H1.HeaderClassName
{
color: #32521D;
}
.AnyTagClassName
{
color: #32521D;
}
</style>
background-color css
<style>
a { background-color: #32521D; }
a { background-color: rgb(50,82,29); }
div.DivClassName
{
background-color: #32521D;
}
.BgClassName
{
background-color: #32521D;
}
</style>
border-color css
<style>
span { border-color: #32521D; }
span { border-color: rgb(50,82,29); }
td.TdClassName
{
border-color: #32521D;
}
.TagClassName
{
border-color: #32521D;
}
</style>