Shades of Palm Leaf #32432A
Tints of Palm Leaf #32432A
RGB
CMYK
RGB Variations
Color information
#32432A (or 0x32432A) is known color: Palm Leaf. HEX triplet: 32, 43 and 2A. RGB value is (50,67,42). Sum of RGB (Red+Green+Blue) = 50+67+42=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #32432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32432A is #CDBCD5. Grayscale: #3B3B3B. Windows color (decimal): -13483222 or 2769714. OLE color: 2769714.
HSL color Cylindrical-coordinate representation of color #32432A: hue angle of 100.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #32432A is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 67 | 42 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.74 |
| HSL | 100.8º | 0.23% | 0.21% | - |
| HSV(B) | 100.8º | 0.37% | 0.26% | - |
| XYZ | 3.74 | 4.86 | 2.93 | - |
| YUV | 59.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 42 | 0.25 | 0 | 0.37 | 0.74 | 100.8 | 0.23 | 0.21 |
| Hex | 32 | 43 | 2A | 19 | 0 | 25 | 4A | 65 | 17 | 15 |
| Octal | 62 | 103 | 52 | 31 | 0 | 45 | 112 | 145 | 27 | 25 |
| Binary | 110010 | 1000011 | 101010 | 11001 | 0 | 100101 | 1001010 | 1100101 | 10111 | 10101 |
Color Harmonies of #32432A
Complementary color
Monochromatic Colors of #32432A
Black with #32432A
Text Example
Text Example
White with #32432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32432A; }
p { color: rgb(50,67,42); }
H1.HeaderClassName
{
color: #32432A;
}
.AnyTagClassName
{
color: #32432A;
}
</style>
background-color css
<style>
a { background-color: #32432A; }
a { background-color: rgb(50,67,42); }
div.DivClassName
{
background-color: #32432A;
}
.BgClassName
{
background-color: #32432A;
}
</style>
border-color css
<style>
span { border-color: #32432A; }
span { border-color: rgb(50,67,42); }
td.TdClassName
{
border-color: #32432A;
}
.TagClassName
{
border-color: #32432A;
}
</style>