Shades of Palm Leaf #32402B
Tints of Palm Leaf #32402B
RGB
CMYK
RGB Variations
Color information
#32402B (or 0x32402B) is known color: Palm Leaf. HEX triplet: 32, 40 and 2B. RGB value is (50,64,43). Sum of RGB (Red+Green+Blue) = 50+64+43=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #32402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32402B is #CDBFD4. Grayscale: #393939. Windows color (decimal): -13483989 or 2834482. OLE color: 2834482.
HSL color Cylindrical-coordinate representation of color #32402B: hue angle of 100º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #32402B is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 64 | 43 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.75 |
| HSL | 100º | 0.2% | 0.21% | - |
| HSV(B) | 100º | 0.33% | 0.25% | - |
| XYZ | 3.58 | 4.52 | 2.97 | - |
| YUV | 57.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 43 | 0.22 | 0 | 0.33 | 0.75 | 100 | 0.2 | 0.21 |
| Hex | 32 | 40 | 2B | 16 | 0 | 21 | 4B | 64 | 14 | 15 |
| Octal | 62 | 100 | 53 | 26 | 0 | 41 | 113 | 144 | 24 | 25 |
| Binary | 110010 | 1000000 | 101011 | 10110 | 0 | 100001 | 1001011 | 1100100 | 10100 | 10101 |
Color Harmonies of #32402B
Complementary color
Monochromatic Colors of #32402B
Black with #32402B
Text Example
Text Example
White with #32402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32402B; }
p { color: rgb(50,64,43); }
H1.HeaderClassName
{
color: #32402B;
}
.AnyTagClassName
{
color: #32402B;
}
</style>
background-color css
<style>
a { background-color: #32402B; }
a { background-color: rgb(50,64,43); }
div.DivClassName
{
background-color: #32402B;
}
.BgClassName
{
background-color: #32402B;
}
</style>
border-color css
<style>
span { border-color: #32402B; }
span { border-color: rgb(50,64,43); }
td.TdClassName
{
border-color: #32402B;
}
.TagClassName
{
border-color: #32402B;
}
</style>