Shades of Palm Leaf #32452E
Tints of Palm Leaf #32452E
RGB
CMYK
RGB Variations
Color information
#32452E (or 0x32452E) is known color: Palm Leaf. HEX triplet: 32, 45 and 2E. RGB value is (50,69,46). Sum of RGB (Red+Green+Blue) = 50+69+46=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #32452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32452E is #CDBAD1. Grayscale: #3C3C3C. Windows color (decimal): -13482706 or 3032370. OLE color: 3032370.
HSL color Cylindrical-coordinate representation of color #32452E: hue angle of 109.57º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #32452E is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 46 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.73 |
| HSL | 109.57º | 0.2% | 0.23% | - |
| HSV(B) | 109.57º | 0.33% | 0.27% | - |
| XYZ | 3.94 | 5.13 | 3.37 | - |
| YUV | 60.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 46 | 0.28 | 0 | 0.33 | 0.73 | 109.57 | 0.2 | 0.23 |
| Hex | 32 | 45 | 2E | 1C | 0 | 21 | 49 | 6E | 14 | 17 |
| Octal | 62 | 105 | 56 | 34 | 0 | 41 | 111 | 156 | 24 | 27 |
| Binary | 110010 | 1000101 | 101110 | 11100 | 0 | 100001 | 1001001 | 1101110 | 10100 | 10111 |
Color Harmonies of #32452E
Complementary color
Monochromatic Colors of #32452E
Black with #32452E
Text Example
Text Example
White with #32452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32452E; }
p { color: rgb(50,69,46); }
H1.HeaderClassName
{
color: #32452E;
}
.AnyTagClassName
{
color: #32452E;
}
</style>
background-color css
<style>
a { background-color: #32452E; }
a { background-color: rgb(50,69,46); }
div.DivClassName
{
background-color: #32452E;
}
.BgClassName
{
background-color: #32452E;
}
</style>
border-color css
<style>
span { border-color: #32452E; }
span { border-color: rgb(50,69,46); }
td.TdClassName
{
border-color: #32452E;
}
.TagClassName
{
border-color: #32452E;
}
</style>