Shades of Palm Leaf #32412B
Tints of Palm Leaf #32412B
RGB
CMYK
RGB Variations
Color information
#32412B (or 0x32412B) is known color: Palm Leaf. HEX triplet: 32, 41 and 2B. RGB value is (50,65,43). Sum of RGB (Red+Green+Blue) = 50+65+43=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #32412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32412B is #CDBED4. Grayscale: #3A3A3A. Windows color (decimal): -13483733 or 2834738. OLE color: 2834738.
HSL color Cylindrical-coordinate representation of color #32412B: hue angle of 100.91º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #32412B is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 43 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.75 |
| HSL | 100.91º | 0.2% | 0.21% | - |
| HSV(B) | 100.91º | 0.34% | 0.25% | - |
| XYZ | 3.64 | 4.63 | 2.99 | - |
| YUV | 58.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 43 | 0.23 | 0 | 0.34 | 0.75 | 100.91 | 0.2 | 0.21 |
| Hex | 32 | 41 | 2B | 17 | 0 | 22 | 4B | 65 | 14 | 15 |
| Octal | 62 | 101 | 53 | 27 | 0 | 42 | 113 | 145 | 24 | 25 |
| Binary | 110010 | 1000001 | 101011 | 10111 | 0 | 100010 | 1001011 | 1100101 | 10100 | 10101 |
Color Harmonies of #32412B
Complementary color
Monochromatic Colors of #32412B
Black with #32412B
Text Example
Text Example
White with #32412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32412B; }
p { color: rgb(50,65,43); }
H1.HeaderClassName
{
color: #32412B;
}
.AnyTagClassName
{
color: #32412B;
}
</style>
background-color css
<style>
a { background-color: #32412B; }
a { background-color: rgb(50,65,43); }
div.DivClassName
{
background-color: #32412B;
}
.BgClassName
{
background-color: #32412B;
}
</style>
border-color css
<style>
span { border-color: #32412B; }
span { border-color: rgb(50,65,43); }
td.TdClassName
{
border-color: #32412B;
}
.TagClassName
{
border-color: #32412B;
}
</style>