Shades of Palm Leaf #364D2E
Tints of Palm Leaf #364D2E
RGB
CMYK
RGB Variations
Color information
#364D2E (or 0x364D2E) is known color: Palm Leaf. HEX triplet: 36, 4D and 2E. RGB value is (54,77,46). Sum of RGB (Red+Green+Blue) = 54+77+46=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #364D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D2E is #C9B2D1. Grayscale: #424242. Windows color (decimal): -13218514 or 3034422. OLE color: 3034422.
HSL color Cylindrical-coordinate representation of color #364D2E: hue angle of 104.52º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #364D2E is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 77 | 46 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.70 |
| HSL | 104.52º | 0.25% | 0.24% | - |
| HSV(B) | 104.52º | 0.4% | 0.3% | - |
| XYZ | 4.67 | 6.29 | 3.55 | - |
| YUV | 66.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 46 | 0.30 | 0 | 0.40 | 0.70 | 104.52 | 0.25 | 0.24 |
| Hex | 36 | 4D | 2E | 1E | 0 | 28 | 46 | 69 | 19 | 18 |
| Octal | 66 | 115 | 56 | 36 | 0 | 50 | 106 | 151 | 31 | 30 |
| Binary | 110110 | 1001101 | 101110 | 11110 | 0 | 101000 | 1000110 | 1101001 | 11001 | 11000 |
Color Harmonies of #364D2E
Complementary color
Monochromatic Colors of #364D2E
Black with #364D2E
Text Example
Text Example
White with #364D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D2E; }
p { color: rgb(54,77,46); }
H1.HeaderClassName
{
color: #364D2E;
}
.AnyTagClassName
{
color: #364D2E;
}
</style>
background-color css
<style>
a { background-color: #364D2E; }
a { background-color: rgb(54,77,46); }
div.DivClassName
{
background-color: #364D2E;
}
.BgClassName
{
background-color: #364D2E;
}
</style>
border-color css
<style>
span { border-color: #364D2E; }
span { border-color: rgb(54,77,46); }
td.TdClassName
{
border-color: #364D2E;
}
.TagClassName
{
border-color: #364D2E;
}
</style>