Shades of Palm Leaf #32531A
Tints of Palm Leaf #32531A
RGB
CMYK
RGB Variations
Color information
#32531A (or 0x32531A) is known color: Palm Leaf. HEX triplet: 32, 53 and 1A. RGB value is (50,83,26). Sum of RGB (Red+Green+Blue) = 50+83+26=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #32531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32531A is #CDACE5. Grayscale: #424242. Windows color (decimal): -13479142 or 1725234. OLE color: 1725234.
HSL color Cylindrical-coordinate representation of color #32531A: hue angle of 94.74º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32531A is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 26 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.67 |
| HSL | 94.74º | 0.52% | 0.21% | - |
| HSV(B) | 94.74º | 0.69% | 0.33% | - |
| XYZ | 4.6 | 6.94 | 2.07 | - |
| YUV | 66.64 | 105.07 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 26 | 0.40 | 0 | 0.69 | 0.67 | 94.74 | 0.52 | 0.21 |
| Hex | 32 | 53 | 1A | 28 | 0 | 45 | 43 | 5F | 34 | 15 |
| Octal | 62 | 123 | 32 | 50 | 0 | 105 | 103 | 137 | 64 | 25 |
| Binary | 110010 | 1010011 | 11010 | 101000 | 0 | 1000101 | 1000011 | 1011111 | 110100 | 10101 |
Color Harmonies of #32531A
Complementary color
Monochromatic Colors of #32531A
Black with #32531A
Text Example
Text Example
White with #32531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32531A; }
p { color: rgb(50,83,26); }
H1.HeaderClassName
{
color: #32531A;
}
.AnyTagClassName
{
color: #32531A;
}
</style>
background-color css
<style>
a { background-color: #32531A; }
a { background-color: rgb(50,83,26); }
div.DivClassName
{
background-color: #32531A;
}
.BgClassName
{
background-color: #32531A;
}
</style>
border-color css
<style>
span { border-color: #32531A; }
span { border-color: rgb(50,83,26); }
td.TdClassName
{
border-color: #32531A;
}
.TagClassName
{
border-color: #32531A;
}
</style>