Shades of Palm Leaf #32412A
Tints of Palm Leaf #32412A
RGB
CMYK
RGB Variations
Color information
#32412A (or 0x32412A) is known color: Palm Leaf. HEX triplet: 32, 41 and 2A. RGB value is (50,65,42). Sum of RGB (Red+Green+Blue) = 50+65+42=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #32412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32412A is #CDBED5. Grayscale: #393939. Windows color (decimal): -13483734 or 2769202. OLE color: 2769202.
HSL color Cylindrical-coordinate representation of color #32412A: hue angle of 99.13º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #32412A is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 42 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.75 |
| HSL | 99.13º | 0.21% | 0.21% | - |
| HSV(B) | 99.13º | 0.35% | 0.25% | - |
| XYZ | 3.62 | 4.63 | 2.89 | - |
| YUV | 57.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 42 | 0.23 | 0 | 0.35 | 0.75 | 99.13 | 0.21 | 0.21 |
| Hex | 32 | 41 | 2A | 17 | 0 | 23 | 4B | 63 | 15 | 15 |
| Octal | 62 | 101 | 52 | 27 | 0 | 43 | 113 | 143 | 25 | 25 |
| Binary | 110010 | 1000001 | 101010 | 10111 | 0 | 100011 | 1001011 | 1100011 | 10101 | 10101 |
Color Harmonies of #32412A
Complementary color
Monochromatic Colors of #32412A
Black with #32412A
Text Example
Text Example
White with #32412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32412A; }
p { color: rgb(50,65,42); }
H1.HeaderClassName
{
color: #32412A;
}
.AnyTagClassName
{
color: #32412A;
}
</style>
background-color css
<style>
a { background-color: #32412A; }
a { background-color: rgb(50,65,42); }
div.DivClassName
{
background-color: #32412A;
}
.BgClassName
{
background-color: #32412A;
}
</style>
border-color css
<style>
span { border-color: #32412A; }
span { border-color: rgb(50,65,42); }
td.TdClassName
{
border-color: #32412A;
}
.TagClassName
{
border-color: #32412A;
}
</style>