Shades of Palm Leaf #36532E
Tints of Palm Leaf #36532E
RGB
CMYK
RGB Variations
Color information
#36532E (or 0x36532E) is known color: Palm Leaf. HEX triplet: 36, 53 and 2E. RGB value is (54,83,46). Sum of RGB (Red+Green+Blue) = 54+83+46=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #36532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36532E is #C9ACD1. Grayscale: #464646. Windows color (decimal): -13216978 or 3035958. OLE color: 3035958.
HSL color Cylindrical-coordinate representation of color #36532E: hue angle of 107.03º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #36532E is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 83 | 46 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.67 |
| HSL | 107.03º | 0.29% | 0.25% | - |
| HSV(B) | 107.03º | 0.45% | 0.33% | - |
| XYZ | 5.11 | 7.17 | 3.7 | - |
| YUV | 70.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 46 | 0.35 | 0 | 0.45 | 0.67 | 107.03 | 0.29 | 0.25 |
| Hex | 36 | 53 | 2E | 23 | 0 | 2D | 43 | 6B | 1D | 19 |
| Octal | 66 | 123 | 56 | 43 | 0 | 55 | 103 | 153 | 35 | 31 |
| Binary | 110110 | 1010011 | 101110 | 100011 | 0 | 101101 | 1000011 | 1101011 | 11101 | 11001 |
Color Harmonies of #36532E
Complementary color
Monochromatic Colors of #36532E
Black with #36532E
Text Example
Text Example
White with #36532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36532E; }
p { color: rgb(54,83,46); }
H1.HeaderClassName
{
color: #36532E;
}
.AnyTagClassName
{
color: #36532E;
}
</style>
background-color css
<style>
a { background-color: #36532E; }
a { background-color: rgb(54,83,46); }
div.DivClassName
{
background-color: #36532E;
}
.BgClassName
{
background-color: #36532E;
}
</style>
border-color css
<style>
span { border-color: #36532E; }
span { border-color: rgb(54,83,46); }
td.TdClassName
{
border-color: #36532E;
}
.TagClassName
{
border-color: #36532E;
}
</style>