Shades of Palm Leaf #364A31
Tints of Palm Leaf #364A31
RGB
CMYK
RGB Variations
Color information
#364A31 (or 0x364A31) is known color: Palm Leaf. HEX triplet: 36, 4A and 31. RGB value is (54,74,49). Sum of RGB (Red+Green+Blue) = 54+74+49=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 74 - color contains mainly: green. Hex color #364A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A31 is #C9B5CE. Grayscale: #414141. Windows color (decimal): -13219279 or 3230262. OLE color: 3230262.
HSL color Cylindrical-coordinate representation of color #364A31: hue angle of 108º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #364A31 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 74 | 49 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.71 |
| HSL | 108º | 0.2% | 0.24% | - |
| HSV(B) | 108º | 0.34% | 0.29% | - |
| XYZ | 4.52 | 5.9 | 3.81 | - |
| YUV | 65.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 49 | 0.27 | 0 | 0.34 | 0.71 | 108 | 0.2 | 0.24 |
| Hex | 36 | 4A | 31 | 1B | 0 | 22 | 47 | 6C | 14 | 18 |
| Octal | 66 | 112 | 61 | 33 | 0 | 42 | 107 | 154 | 24 | 30 |
| Binary | 110110 | 1001010 | 110001 | 11011 | 0 | 100010 | 1000111 | 1101100 | 10100 | 11000 |
Color Harmonies of #364A31
Complementary color
Monochromatic Colors of #364A31
Black with #364A31
Text Example
Text Example
White with #364A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A31; }
p { color: rgb(54,74,49); }
H1.HeaderClassName
{
color: #364A31;
}
.AnyTagClassName
{
color: #364A31;
}
</style>
background-color css
<style>
a { background-color: #364A31; }
a { background-color: rgb(54,74,49); }
div.DivClassName
{
background-color: #364A31;
}
.BgClassName
{
background-color: #364A31;
}
</style>
border-color css
<style>
span { border-color: #364A31; }
span { border-color: rgb(54,74,49); }
td.TdClassName
{
border-color: #364A31;
}
.TagClassName
{
border-color: #364A31;
}
</style>