Shades of Palm Leaf #32402F
Tints of Palm Leaf #32402F
RGB
CMYK
RGB Variations
Color information
#32402F (or 0x32402F) is known color: Palm Leaf. HEX triplet: 32, 40 and 2F. RGB value is (50,64,47). Sum of RGB (Red+Green+Blue) = 50+64+47=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 64 - color contains mainly: green. Hex color #32402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32402F is #CDBFD0. Grayscale: #393939. Windows color (decimal): -13483985 or 3096626. OLE color: 3096626.
HSL color Cylindrical-coordinate representation of color #32402F: hue angle of 109.41º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #32402F is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 64 | 47 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.75 |
| HSL | 109.41º | 0.15% | 0.22% | - |
| HSV(B) | 109.41º | 0.27% | 0.25% | - |
| XYZ | 3.66 | 4.55 | 3.37 | - |
| YUV | 57.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 47 | 0.22 | 0 | 0.27 | 0.75 | 109.41 | 0.15 | 0.22 |
| Hex | 32 | 40 | 2F | 16 | 0 | 1B | 4B | 6D | F | 16 |
| Octal | 62 | 100 | 57 | 26 | 0 | 33 | 113 | 155 | 17 | 26 |
| Binary | 110010 | 1000000 | 101111 | 10110 | 0 | 11011 | 1001011 | 1101101 | 1111 | 10110 |
Color Harmonies of #32402F
Complementary color
Monochromatic Colors of #32402F
Black with #32402F
Text Example
Text Example
White with #32402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32402F; }
p { color: rgb(50,64,47); }
H1.HeaderClassName
{
color: #32402F;
}
.AnyTagClassName
{
color: #32402F;
}
</style>
background-color css
<style>
a { background-color: #32402F; }
a { background-color: rgb(50,64,47); }
div.DivClassName
{
background-color: #32402F;
}
.BgClassName
{
background-color: #32402F;
}
</style>
border-color css
<style>
span { border-color: #32402F; }
span { border-color: rgb(50,64,47); }
td.TdClassName
{
border-color: #32402F;
}
.TagClassName
{
border-color: #32402F;
}
</style>