Shades of Palm Leaf #32452B
Tints of Palm Leaf #32452B
RGB
CMYK
RGB Variations
Color information
#32452B (or 0x32452B) is known color: Palm Leaf. HEX triplet: 32, 45 and 2B. RGB value is (50,69,43). Sum of RGB (Red+Green+Blue) = 50+69+43=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 69 - color contains mainly: green. Hex color #32452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32452B is #CDBAD4. Grayscale: #3C3C3C. Windows color (decimal): -13482709 or 2835762. OLE color: 2835762.
HSL color Cylindrical-coordinate representation of color #32452B: hue angle of 103.85º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32452B is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 43 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.73 |
| HSL | 103.85º | 0.23% | 0.22% | - |
| HSV(B) | 103.85º | 0.38% | 0.27% | - |
| XYZ | 3.88 | 5.11 | 3.07 | - |
| YUV | 60.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 43 | 0.28 | 0 | 0.38 | 0.73 | 103.85 | 0.23 | 0.22 |
| Hex | 32 | 45 | 2B | 1C | 0 | 26 | 49 | 68 | 17 | 16 |
| Octal | 62 | 105 | 53 | 34 | 0 | 46 | 111 | 150 | 27 | 26 |
| Binary | 110010 | 1000101 | 101011 | 11100 | 0 | 100110 | 1001001 | 1101000 | 10111 | 10110 |
Color Harmonies of #32452B
Complementary color
Monochromatic Colors of #32452B
Black with #32452B
Text Example
Text Example
White with #32452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32452B; }
p { color: rgb(50,69,43); }
H1.HeaderClassName
{
color: #32452B;
}
.AnyTagClassName
{
color: #32452B;
}
</style>
background-color css
<style>
a { background-color: #32452B; }
a { background-color: rgb(50,69,43); }
div.DivClassName
{
background-color: #32452B;
}
.BgClassName
{
background-color: #32452B;
}
</style>
border-color css
<style>
span { border-color: #32452B; }
span { border-color: rgb(50,69,43); }
td.TdClassName
{
border-color: #32452B;
}
.TagClassName
{
border-color: #32452B;
}
</style>