Shades of Palm Leaf #32402C
Tints of Palm Leaf #32402C
RGB
CMYK
RGB Variations
Color information
#32402C (or 0x32402C) is known color: Palm Leaf. HEX triplet: 32, 40 and 2C. RGB value is (50,64,44). Sum of RGB (Red+Green+Blue) = 50+64+44=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #32402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32402C is #CDBFD3. Grayscale: #393939. Windows color (decimal): -13483988 or 2900018. OLE color: 2900018.
HSL color Cylindrical-coordinate representation of color #32402C: hue angle of 102º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #32402C is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 64 | 44 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.75 |
| HSL | 102º | 0.19% | 0.21% | - |
| HSV(B) | 102º | 0.31% | 0.25% | - |
| XYZ | 3.6 | 4.53 | 3.07 | - |
| YUV | 57.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 44 | 0.22 | 0 | 0.31 | 0.75 | 102 | 0.19 | 0.21 |
| Hex | 32 | 40 | 2C | 16 | 0 | 1F | 4B | 66 | 13 | 15 |
| Octal | 62 | 100 | 54 | 26 | 0 | 37 | 113 | 146 | 23 | 25 |
| Binary | 110010 | 1000000 | 101100 | 10110 | 0 | 11111 | 1001011 | 1100110 | 10011 | 10101 |
Color Harmonies of #32402C
Complementary color
Monochromatic Colors of #32402C
Black with #32402C
Text Example
Text Example
White with #32402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32402C; }
p { color: rgb(50,64,44); }
H1.HeaderClassName
{
color: #32402C;
}
.AnyTagClassName
{
color: #32402C;
}
</style>
background-color css
<style>
a { background-color: #32402C; }
a { background-color: rgb(50,64,44); }
div.DivClassName
{
background-color: #32402C;
}
.BgClassName
{
background-color: #32402C;
}
</style>
border-color css
<style>
span { border-color: #32402C; }
span { border-color: rgb(50,64,44); }
td.TdClassName
{
border-color: #32402C;
}
.TagClassName
{
border-color: #32402C;
}
</style>