Shades of Palm Leaf #32462B
Tints of Palm Leaf #32462B
RGB
CMYK
RGB Variations
Color information
#32462B (or 0x32462B) is known color: Palm Leaf. HEX triplet: 32, 46 and 2B. RGB value is (50,70,43). Sum of RGB (Red+Green+Blue) = 50+70+43=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #32462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32462B is #CDB9D4. Grayscale: #3D3D3D. Windows color (decimal): -13482453 or 2836018. OLE color: 2836018.
HSL color Cylindrical-coordinate representation of color #32462B: hue angle of 104.44º 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 #32462B is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 70 | 43 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.73 |
| HSL | 104.44º | 0.24% | 0.22% | - |
| HSV(B) | 104.44º | 0.39% | 0.27% | - |
| XYZ | 3.94 | 5.23 | 3.09 | - |
| YUV | 60.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 43 | 0.29 | 0 | 0.39 | 0.73 | 104.44 | 0.24 | 0.22 |
| Hex | 32 | 46 | 2B | 1D | 0 | 27 | 49 | 68 | 18 | 16 |
| Octal | 62 | 106 | 53 | 35 | 0 | 47 | 111 | 150 | 30 | 26 |
| Binary | 110010 | 1000110 | 101011 | 11101 | 0 | 100111 | 1001001 | 1101000 | 11000 | 10110 |
Color Harmonies of #32462B
Complementary color
Monochromatic Colors of #32462B
Black with #32462B
Text Example
Text Example
White with #32462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32462B; }
p { color: rgb(50,70,43); }
H1.HeaderClassName
{
color: #32462B;
}
.AnyTagClassName
{
color: #32462B;
}
</style>
background-color css
<style>
a { background-color: #32462B; }
a { background-color: rgb(50,70,43); }
div.DivClassName
{
background-color: #32462B;
}
.BgClassName
{
background-color: #32462B;
}
</style>
border-color css
<style>
span { border-color: #32462B; }
span { border-color: rgb(50,70,43); }
td.TdClassName
{
border-color: #32462B;
}
.TagClassName
{
border-color: #32462B;
}
</style>