Shades of Palm Leaf #32492A
Tints of Palm Leaf #32492A
RGB
CMYK
RGB Variations
Color information
#32492A (or 0x32492A) is known color: Palm Leaf. HEX triplet: 32, 49 and 2A. RGB value is (50,73,42). Sum of RGB (Red+Green+Blue) = 50+73+42=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #32492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32492A is #CDB6D5. Grayscale: #3E3E3E. Windows color (decimal): -13481686 or 2771250. OLE color: 2771250.
HSL color Cylindrical-coordinate representation of color #32492A: hue angle of 104.52º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #32492A is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 73 | 42 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.71 |
| HSL | 104.52º | 0.27% | 0.23% | - |
| HSV(B) | 104.52º | 0.42% | 0.29% | - |
| XYZ | 4.12 | 5.61 | 3.06 | - |
| YUV | 62.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 42 | 0.32 | 0 | 0.42 | 0.71 | 104.52 | 0.27 | 0.23 |
| Hex | 32 | 49 | 2A | 20 | 0 | 2A | 47 | 69 | 1B | 17 |
| Octal | 62 | 111 | 52 | 40 | 0 | 52 | 107 | 151 | 33 | 27 |
| Binary | 110010 | 1001001 | 101010 | 100000 | 0 | 101010 | 1000111 | 1101001 | 11011 | 10111 |
Color Harmonies of #32492A
Complementary color
Monochromatic Colors of #32492A
Black with #32492A
Text Example
Text Example
White with #32492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32492A; }
p { color: rgb(50,73,42); }
H1.HeaderClassName
{
color: #32492A;
}
.AnyTagClassName
{
color: #32492A;
}
</style>
background-color css
<style>
a { background-color: #32492A; }
a { background-color: rgb(50,73,42); }
div.DivClassName
{
background-color: #32492A;
}
.BgClassName
{
background-color: #32492A;
}
</style>
border-color css
<style>
span { border-color: #32492A; }
span { border-color: rgb(50,73,42); }
td.TdClassName
{
border-color: #32492A;
}
.TagClassName
{
border-color: #32492A;
}
</style>