Shades of Palm Leaf #364D32
Tints of Palm Leaf #364D32
RGB
CMYK
RGB Variations
Color information
#364D32 (or 0x364D32) is known color: Palm Leaf. HEX triplet: 36, 4D and 32. RGB value is (54,77,50). Sum of RGB (Red+Green+Blue) = 54+77+50=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 77 - color contains mainly: green. Hex color #364D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D32 is #C9B2CD. Grayscale: #434343. Windows color (decimal): -13218510 or 3296566. OLE color: 3296566.
HSL color Cylindrical-coordinate representation of color #364D32: hue angle of 111.11º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #364D32 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 77 | 50 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.70 |
| HSL | 111.11º | 0.21% | 0.25% | - |
| HSV(B) | 111.11º | 0.35% | 0.3% | - |
| XYZ | 4.75 | 6.32 | 3.99 | - |
| YUV | 67.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 50 | 0.30 | 0 | 0.35 | 0.70 | 111.11 | 0.21 | 0.25 |
| Hex | 36 | 4D | 32 | 1E | 0 | 23 | 46 | 6F | 15 | 19 |
| Octal | 66 | 115 | 62 | 36 | 0 | 43 | 106 | 157 | 25 | 31 |
| Binary | 110110 | 1001101 | 110010 | 11110 | 0 | 100011 | 1000110 | 1101111 | 10101 | 11001 |
Color Harmonies of #364D32
Complementary color
Monochromatic Colors of #364D32
Black with #364D32
Text Example
Text Example
White with #364D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D32; }
p { color: rgb(54,77,50); }
H1.HeaderClassName
{
color: #364D32;
}
.AnyTagClassName
{
color: #364D32;
}
</style>
background-color css
<style>
a { background-color: #364D32; }
a { background-color: rgb(54,77,50); }
div.DivClassName
{
background-color: #364D32;
}
.BgClassName
{
background-color: #364D32;
}
</style>
border-color css
<style>
span { border-color: #364D32; }
span { border-color: rgb(54,77,50); }
td.TdClassName
{
border-color: #364D32;
}
.TagClassName
{
border-color: #364D32;
}
</style>