Shades of Palm Leaf #364B2B
Tints of Palm Leaf #364B2B
RGB
CMYK
RGB Variations
Color information
#364B2B (or 0x364B2B) is known color: Palm Leaf. HEX triplet: 36, 4B and 2B. RGB value is (54,75,43). Sum of RGB (Red+Green+Blue) = 54+75+43=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 75 - color contains mainly: green. Hex color #364B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B2B is #C9B4D4. Grayscale: #414141. Windows color (decimal): -13219029 or 2837302. OLE color: 2837302.
HSL color Cylindrical-coordinate representation of color #364B2B: hue angle of 99.38º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #364B2B is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 75 | 43 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.71 |
| HSL | 99.38º | 0.27% | 0.23% | - |
| HSV(B) | 99.38º | 0.43% | 0.29% | - |
| XYZ | 4.47 | 5.99 | 3.21 | - |
| YUV | 65.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 43 | 0.28 | 0 | 0.43 | 0.71 | 99.38 | 0.27 | 0.23 |
| Hex | 36 | 4B | 2B | 1C | 0 | 2B | 47 | 63 | 1B | 17 |
| Octal | 66 | 113 | 53 | 34 | 0 | 53 | 107 | 143 | 33 | 27 |
| Binary | 110110 | 1001011 | 101011 | 11100 | 0 | 101011 | 1000111 | 1100011 | 11011 | 10111 |
Color Harmonies of #364B2B
Complementary color
Monochromatic Colors of #364B2B
Black with #364B2B
Text Example
Text Example
White with #364B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364B2B; }
p { color: rgb(54,75,43); }
H1.HeaderClassName
{
color: #364B2B;
}
.AnyTagClassName
{
color: #364B2B;
}
</style>
background-color css
<style>
a { background-color: #364B2B; }
a { background-color: rgb(54,75,43); }
div.DivClassName
{
background-color: #364B2B;
}
.BgClassName
{
background-color: #364B2B;
}
</style>
border-color css
<style>
span { border-color: #364B2B; }
span { border-color: rgb(54,75,43); }
td.TdClassName
{
border-color: #364B2B;
}
.TagClassName
{
border-color: #364B2B;
}
</style>