Shades of Palm Leaf #32432F
Tints of Palm Leaf #32432F
RGB
CMYK
RGB Variations
Color information
#32432F (or 0x32432F) is known color: Palm Leaf. HEX triplet: 32, 43 and 2F. RGB value is (50,67,47). Sum of RGB (Red+Green+Blue) = 50+67+47=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 67 - color contains mainly: green. Hex color #32432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32432F is #CDBCD0. Grayscale: #3B3B3B. Windows color (decimal): -13483217 or 3097394. OLE color: 3097394.
HSL color Cylindrical-coordinate representation of color #32432F: hue angle of 111º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #32432F is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 67 | 47 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.74 |
| HSL | 111º | 0.18% | 0.22% | - |
| HSV(B) | 111º | 0.3% | 0.26% | - |
| XYZ | 3.84 | 4.9 | 3.43 | - |
| YUV | 59.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 47 | 0.25 | 0 | 0.30 | 0.74 | 111 | 0.18 | 0.22 |
| Hex | 32 | 43 | 2F | 19 | 0 | 1E | 4A | 6F | 12 | 16 |
| Octal | 62 | 103 | 57 | 31 | 0 | 36 | 112 | 157 | 22 | 26 |
| Binary | 110010 | 1000011 | 101111 | 11001 | 0 | 11110 | 1001010 | 1101111 | 10010 | 10110 |
Color Harmonies of #32432F
Complementary color
Monochromatic Colors of #32432F
Black with #32432F
Text Example
Text Example
White with #32432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32432F; }
p { color: rgb(50,67,47); }
H1.HeaderClassName
{
color: #32432F;
}
.AnyTagClassName
{
color: #32432F;
}
</style>
background-color css
<style>
a { background-color: #32432F; }
a { background-color: rgb(50,67,47); }
div.DivClassName
{
background-color: #32432F;
}
.BgClassName
{
background-color: #32432F;
}
</style>
border-color css
<style>
span { border-color: #32432F; }
span { border-color: rgb(50,67,47); }
td.TdClassName
{
border-color: #32432F;
}
.TagClassName
{
border-color: #32432F;
}
</style>