Shades of Palm Leaf #32402D
Tints of Palm Leaf #32402D
RGB
CMYK
RGB Variations
Color information
#32402D (or 0x32402D) is known color: Palm Leaf. HEX triplet: 32, 40 and 2D. RGB value is (50,64,45). Sum of RGB (Red+Green+Blue) = 50+64+45=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 64 - color contains mainly: green. Hex color #32402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32402D is #CDBFD2. Grayscale: #393939. Windows color (decimal): -13483987 or 2965554. OLE color: 2965554.
HSL color Cylindrical-coordinate representation of color #32402D: hue angle of 104.21º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #32402D is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 64 | 45 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.75 |
| HSL | 104.21º | 0.17% | 0.21% | - |
| HSV(B) | 104.21º | 0.3% | 0.25% | - |
| XYZ | 3.62 | 4.53 | 3.17 | - |
| YUV | 57.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 45 | 0.22 | 0 | 0.30 | 0.75 | 104.21 | 0.17 | 0.21 |
| Hex | 32 | 40 | 2D | 16 | 0 | 1E | 4B | 68 | 11 | 15 |
| Octal | 62 | 100 | 55 | 26 | 0 | 36 | 113 | 150 | 21 | 25 |
| Binary | 110010 | 1000000 | 101101 | 10110 | 0 | 11110 | 1001011 | 1101000 | 10001 | 10101 |
Color Harmonies of #32402D
Complementary color
Monochromatic Colors of #32402D
Black with #32402D
Text Example
Text Example
White with #32402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32402D; }
p { color: rgb(50,64,45); }
H1.HeaderClassName
{
color: #32402D;
}
.AnyTagClassName
{
color: #32402D;
}
</style>
background-color css
<style>
a { background-color: #32402D; }
a { background-color: rgb(50,64,45); }
div.DivClassName
{
background-color: #32402D;
}
.BgClassName
{
background-color: #32402D;
}
</style>
border-color css
<style>
span { border-color: #32402D; }
span { border-color: rgb(50,64,45); }
td.TdClassName
{
border-color: #32402D;
}
.TagClassName
{
border-color: #32402D;
}
</style>