Shades of Palm Leaf #32531F
Tints of Palm Leaf #32531F
RGB
CMYK
RGB Variations
Color information
#32531F (or 0x32531F) is known color: Palm Leaf. HEX triplet: 32, 53 and 1F. RGB value is (50,83,31). Sum of RGB (Red+Green+Blue) = 50+83+31=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #32531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32531F is #CDACE0. Grayscale: #434343. Windows color (decimal): -13479137 or 2052914. OLE color: 2052914.
HSL color Cylindrical-coordinate representation of color #32531F: hue angle of 98.08º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32531F is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 31 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.67 |
| HSL | 98.08º | 0.46% | 0.22% | - |
| HSV(B) | 98.08º | 0.63% | 0.33% | - |
| XYZ | 4.66 | 6.96 | 2.4 | - |
| YUV | 67.21 | 107.57 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 31 | 0.40 | 0 | 0.63 | 0.67 | 98.08 | 0.46 | 0.22 |
| Hex | 32 | 53 | 1F | 28 | 0 | 3F | 43 | 62 | 2E | 16 |
| Octal | 62 | 123 | 37 | 50 | 0 | 77 | 103 | 142 | 56 | 26 |
| Binary | 110010 | 1010011 | 11111 | 101000 | 0 | 111111 | 1000011 | 1100010 | 101110 | 10110 |
Color Harmonies of #32531F
Complementary color
Monochromatic Colors of #32531F
Black with #32531F
Text Example
Text Example
White with #32531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32531F; }
p { color: rgb(50,83,31); }
H1.HeaderClassName
{
color: #32531F;
}
.AnyTagClassName
{
color: #32531F;
}
</style>
background-color css
<style>
a { background-color: #32531F; }
a { background-color: rgb(50,83,31); }
div.DivClassName
{
background-color: #32531F;
}
.BgClassName
{
background-color: #32531F;
}
</style>
border-color css
<style>
span { border-color: #32531F; }
span { border-color: rgb(50,83,31); }
td.TdClassName
{
border-color: #32531F;
}
.TagClassName
{
border-color: #32531F;
}
</style>