Shades of Palm Leaf #364C2A
Tints of Palm Leaf #364C2A
RGB
CMYK
RGB Variations
Color information
#364C2A (or 0x364C2A) is known color: Palm Leaf. HEX triplet: 36, 4C and 2A. RGB value is (54,76,42). Sum of RGB (Red+Green+Blue) = 54+76+42=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 76 - color contains mainly: green. Hex color #364C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364C2A is #C9B3D5. Grayscale: #414141. Windows color (decimal): -13218774 or 2772022. OLE color: 2772022.
HSL color Cylindrical-coordinate representation of color #364C2A: hue angle of 98.82º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #364C2A is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 76 | 42 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.70 |
| HSL | 98.82º | 0.29% | 0.23% | - |
| HSV(B) | 98.82º | 0.45% | 0.3% | - |
| XYZ | 4.52 | 6.12 | 3.13 | - |
| YUV | 65.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 42 | 0.29 | 0 | 0.45 | 0.70 | 98.82 | 0.29 | 0.23 |
| Hex | 36 | 4C | 2A | 1D | 0 | 2D | 46 | 63 | 1D | 17 |
| Octal | 66 | 114 | 52 | 35 | 0 | 55 | 106 | 143 | 35 | 27 |
| Binary | 110110 | 1001100 | 101010 | 11101 | 0 | 101101 | 1000110 | 1100011 | 11101 | 10111 |
Color Harmonies of #364C2A
Complementary color
Monochromatic Colors of #364C2A
Black with #364C2A
Text Example
Text Example
White with #364C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364C2A; }
p { color: rgb(54,76,42); }
H1.HeaderClassName
{
color: #364C2A;
}
.AnyTagClassName
{
color: #364C2A;
}
</style>
background-color css
<style>
a { background-color: #364C2A; }
a { background-color: rgb(54,76,42); }
div.DivClassName
{
background-color: #364C2A;
}
.BgClassName
{
background-color: #364C2A;
}
</style>
border-color css
<style>
span { border-color: #364C2A; }
span { border-color: rgb(54,76,42); }
td.TdClassName
{
border-color: #364C2A;
}
.TagClassName
{
border-color: #364C2A;
}
</style>