Shades of Palm Leaf #364A34
Tints of Palm Leaf #364A34
RGB
CMYK
RGB Variations
Color information
#364A34 (or 0x364A34) is known color: Palm Leaf. HEX triplet: 36, 4A and 34. RGB value is (54,74,52). Sum of RGB (Red+Green+Blue) = 54+74+52=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 74 - color contains mainly: green. Hex color #364A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A34 is #C9B5CB. Grayscale: #414141. Windows color (decimal): -13219276 or 3426870. OLE color: 3426870.
HSL color Cylindrical-coordinate representation of color #364A34: hue angle of 114.55º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #364A34 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 74 | 52 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.71 |
| HSL | 114.55º | 0.17% | 0.25% | - |
| HSV(B) | 114.55º | 0.3% | 0.29% | - |
| XYZ | 4.59 | 5.93 | 4.15 | - |
| YUV | 65.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 52 | 0.27 | 0 | 0.30 | 0.71 | 114.55 | 0.17 | 0.25 |
| Hex | 36 | 4A | 34 | 1B | 0 | 1E | 47 | 73 | 11 | 19 |
| Octal | 66 | 112 | 64 | 33 | 0 | 36 | 107 | 163 | 21 | 31 |
| Binary | 110110 | 1001010 | 110100 | 11011 | 0 | 11110 | 1000111 | 1110011 | 10001 | 11001 |
Color Harmonies of #364A34
Complementary color
Monochromatic Colors of #364A34
Black with #364A34
Text Example
Text Example
White with #364A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A34; }
p { color: rgb(54,74,52); }
H1.HeaderClassName
{
color: #364A34;
}
.AnyTagClassName
{
color: #364A34;
}
</style>
background-color css
<style>
a { background-color: #364A34; }
a { background-color: rgb(54,74,52); }
div.DivClassName
{
background-color: #364A34;
}
.BgClassName
{
background-color: #364A34;
}
</style>
border-color css
<style>
span { border-color: #364A34; }
span { border-color: rgb(54,74,52); }
td.TdClassName
{
border-color: #364A34;
}
.TagClassName
{
border-color: #364A34;
}
</style>