Shades of Palm Leaf #32541E
Tints of Palm Leaf #32541E
RGB
CMYK
RGB Variations
Color information
#32541E (or 0x32541E) is known color: Palm Leaf. HEX triplet: 32, 54 and 1E. RGB value is (50,84,30). Sum of RGB (Red+Green+Blue) = 50+84+30=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #32541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32541E is #CDABE1. Grayscale: #434343. Windows color (decimal): -13478882 or 1987634. OLE color: 1987634.
HSL color Cylindrical-coordinate representation of color #32541E: hue angle of 97.78º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32541E is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 30 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.67 |
| HSL | 97.78º | 0.47% | 0.22% | - |
| HSV(B) | 97.78º | 0.64% | 0.33% | - |
| XYZ | 4.72 | 7.11 | 2.35 | - |
| YUV | 67.68 | 106.74 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 30 | 0.40 | 0 | 0.64 | 0.67 | 97.78 | 0.47 | 0.22 |
| Hex | 32 | 54 | 1E | 28 | 0 | 40 | 43 | 62 | 2F | 16 |
| Octal | 62 | 124 | 36 | 50 | 0 | 100 | 103 | 142 | 57 | 26 |
| Binary | 110010 | 1010100 | 11110 | 101000 | 0 | 1000000 | 1000011 | 1100010 | 101111 | 10110 |
Color Harmonies of #32541E
Complementary color
Monochromatic Colors of #32541E
Black with #32541E
Text Example
Text Example
White with #32541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32541E; }
p { color: rgb(50,84,30); }
H1.HeaderClassName
{
color: #32541E;
}
.AnyTagClassName
{
color: #32541E;
}
</style>
background-color css
<style>
a { background-color: #32541E; }
a { background-color: rgb(50,84,30); }
div.DivClassName
{
background-color: #32541E;
}
.BgClassName
{
background-color: #32541E;
}
</style>
border-color css
<style>
span { border-color: #32541E; }
span { border-color: rgb(50,84,30); }
td.TdClassName
{
border-color: #32541E;
}
.TagClassName
{
border-color: #32541E;
}
</style>