Shades of Palm Leaf #36482E
Tints of Palm Leaf #36482E
RGB
CMYK
RGB Variations
Color information
#36482E (or 0x36482E) is known color: Palm Leaf. HEX triplet: 36, 48 and 2E. RGB value is (54,72,46). Sum of RGB (Red+Green+Blue) = 54+72+46=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #36482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36482E is #C9B7D1. Grayscale: #3F3F3F. Windows color (decimal): -13219794 or 3033142. OLE color: 3033142.
HSL color Cylindrical-coordinate representation of color #36482E: hue angle of 101.54º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36482E is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 72 | 46 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.72 |
| HSL | 101.54º | 0.22% | 0.23% | - |
| HSV(B) | 101.54º | 0.36% | 0.28% | - |
| XYZ | 4.33 | 5.62 | 3.44 | - |
| YUV | 63.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 72 | 46 | 0.25 | 0 | 0.36 | 0.72 | 101.54 | 0.22 | 0.23 |
| Hex | 36 | 48 | 2E | 19 | 0 | 24 | 48 | 66 | 16 | 17 |
| Octal | 66 | 110 | 56 | 31 | 0 | 44 | 110 | 146 | 26 | 27 |
| Binary | 110110 | 1001000 | 101110 | 11001 | 0 | 100100 | 1001000 | 1100110 | 10110 | 10111 |
Color Harmonies of #36482E
Complementary color
Monochromatic Colors of #36482E
Black with #36482E
Text Example
Text Example
White with #36482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36482E; }
p { color: rgb(54,72,46); }
H1.HeaderClassName
{
color: #36482E;
}
.AnyTagClassName
{
color: #36482E;
}
</style>
background-color css
<style>
a { background-color: #36482E; }
a { background-color: rgb(54,72,46); }
div.DivClassName
{
background-color: #36482E;
}
.BgClassName
{
background-color: #36482E;
}
</style>
border-color css
<style>
span { border-color: #36482E; }
span { border-color: rgb(54,72,46); }
td.TdClassName
{
border-color: #36482E;
}
.TagClassName
{
border-color: #36482E;
}
</style>