Shades of Palm Leaf #32541F
Tints of Palm Leaf #32541F
RGB
CMYK
RGB Variations
Color information
#32541F (or 0x32541F) is known color: Palm Leaf. HEX triplet: 32, 54 and 1F. RGB value is (50,84,31). Sum of RGB (Red+Green+Blue) = 50+84+31=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #32541F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32541F is #CDABE0. Grayscale: #434343. Windows color (decimal): -13478881 or 2053170. OLE color: 2053170.
HSL color Cylindrical-coordinate representation of color #32541F: hue angle of 98.49º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32541F is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 31 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.67 |
| HSL | 98.49º | 0.46% | 0.23% | - |
| HSV(B) | 98.49º | 0.63% | 0.33% | - |
| XYZ | 4.73 | 7.12 | 2.42 | - |
| YUV | 67.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 31 | 0.40 | 0 | 0.63 | 0.67 | 98.49 | 0.46 | 0.23 |
| Hex | 32 | 54 | 1F | 28 | 0 | 3F | 43 | 62 | 2E | 17 |
| Octal | 62 | 124 | 37 | 50 | 0 | 77 | 103 | 142 | 56 | 27 |
| Binary | 110010 | 1010100 | 11111 | 101000 | 0 | 111111 | 1000011 | 1100010 | 101110 | 10111 |
Color Harmonies of #32541F
Complementary color
Monochromatic Colors of #32541F
Black with #32541F
Text Example
Text Example
White with #32541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32541F; }
p { color: rgb(50,84,31); }
H1.HeaderClassName
{
color: #32541F;
}
.AnyTagClassName
{
color: #32541F;
}
</style>
background-color css
<style>
a { background-color: #32541F; }
a { background-color: rgb(50,84,31); }
div.DivClassName
{
background-color: #32541F;
}
.BgClassName
{
background-color: #32541F;
}
</style>
border-color css
<style>
span { border-color: #32541F; }
span { border-color: rgb(50,84,31); }
td.TdClassName
{
border-color: #32541F;
}
.TagClassName
{
border-color: #32541F;
}
</style>