Shades of Palm Leaf #32521F
Tints of Palm Leaf #32521F
RGB
CMYK
RGB Variations
Color information
#32521F (or 0x32521F) is known color: Palm Leaf. HEX triplet: 32, 52 and 1F. RGB value is (50,82,31). Sum of RGB (Red+Green+Blue) = 50+82+31=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #32521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32521F is #CDADE0. Grayscale: #424242. Windows color (decimal): -13479393 or 2052658. OLE color: 2052658.
HSL color Cylindrical-coordinate representation of color #32521F: hue angle of 97.65º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32521F is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 31 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.68 |
| HSL | 97.65º | 0.45% | 0.22% | - |
| HSV(B) | 97.65º | 0.62% | 0.32% | - |
| XYZ | 4.58 | 6.81 | 2.37 | - |
| YUV | 66.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 31 | 0.39 | 0 | 0.62 | 0.68 | 97.65 | 0.45 | 0.22 |
| Hex | 32 | 52 | 1F | 27 | 0 | 3E | 44 | 62 | 2D | 16 |
| Octal | 62 | 122 | 37 | 47 | 0 | 76 | 104 | 142 | 55 | 26 |
| Binary | 110010 | 1010010 | 11111 | 100111 | 0 | 111110 | 1000100 | 1100010 | 101101 | 10110 |
Color Harmonies of #32521F
Complementary color
Monochromatic Colors of #32521F
Black with #32521F
Text Example
Text Example
White with #32521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32521F; }
p { color: rgb(50,82,31); }
H1.HeaderClassName
{
color: #32521F;
}
.AnyTagClassName
{
color: #32521F;
}
</style>
background-color css
<style>
a { background-color: #32521F; }
a { background-color: rgb(50,82,31); }
div.DivClassName
{
background-color: #32521F;
}
.BgClassName
{
background-color: #32521F;
}
</style>
border-color css
<style>
span { border-color: #32521F; }
span { border-color: rgb(50,82,31); }
td.TdClassName
{
border-color: #32521F;
}
.TagClassName
{
border-color: #32521F;
}
</style>