Shades of Palm Leaf #32452A
Tints of Palm Leaf #32452A
RGB
CMYK
RGB Variations
Color information
#32452A (or 0x32452A) is known color: Palm Leaf. HEX triplet: 32, 45 and 2A. RGB value is (50,69,42). Sum of RGB (Red+Green+Blue) = 50+69+42=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #32452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32452A is #CDBAD5. Grayscale: #3C3C3C. Windows color (decimal): -13482710 or 2770226. OLE color: 2770226.
HSL color Cylindrical-coordinate representation of color #32452A: hue angle of 102.22º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #32452A is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 42 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.73 |
| HSL | 102.22º | 0.24% | 0.22% | - |
| HSV(B) | 102.22º | 0.39% | 0.27% | - |
| XYZ | 3.86 | 5.1 | 2.97 | - |
| YUV | 60.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 42 | 0.28 | 0 | 0.39 | 0.73 | 102.22 | 0.24 | 0.22 |
| Hex | 32 | 45 | 2A | 1C | 0 | 27 | 49 | 66 | 18 | 16 |
| Octal | 62 | 105 | 52 | 34 | 0 | 47 | 111 | 146 | 30 | 26 |
| Binary | 110010 | 1000101 | 101010 | 11100 | 0 | 100111 | 1001001 | 1100110 | 11000 | 10110 |
Color Harmonies of #32452A
Complementary color
Monochromatic Colors of #32452A
Black with #32452A
Text Example
Text Example
White with #32452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32452A; }
p { color: rgb(50,69,42); }
H1.HeaderClassName
{
color: #32452A;
}
.AnyTagClassName
{
color: #32452A;
}
</style>
background-color css
<style>
a { background-color: #32452A; }
a { background-color: rgb(50,69,42); }
div.DivClassName
{
background-color: #32452A;
}
.BgClassName
{
background-color: #32452A;
}
</style>
border-color css
<style>
span { border-color: #32452A; }
span { border-color: rgb(50,69,42); }
td.TdClassName
{
border-color: #32452A;
}
.TagClassName
{
border-color: #32452A;
}
</style>