Shades of Palm Leaf #363E32
Tints of Palm Leaf #363E32
RGB
CMYK
RGB Variations
Color information
#363E32 (or 0x363E32) is known color: Palm Leaf. HEX triplet: 36, 3E and 32. RGB value is (54,62,50). Sum of RGB (Red+Green+Blue) = 54+62+50=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 62 - color contains mainly: green. Hex color #363E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363E32 is #C9C1CD. Grayscale: #3A3A3A. Windows color (decimal): -13222350 or 3292726. OLE color: 3292726.
HSL color Cylindrical-coordinate representation of color #363E32: hue angle of 100º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #363E32 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 62 | 50 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.76 |
| HSL | 100º | 0.11% | 0.22% | - |
| HSV(B) | 100º | 0.19% | 0.24% | - |
| XYZ | 3.82 | 4.46 | 3.68 | - |
| YUV | 58.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 50 | 0.13 | 0 | 0.19 | 0.76 | 100 | 0.11 | 0.22 |
| Hex | 36 | 3E | 32 | D | 0 | 13 | 4C | 64 | B | 16 |
| Octal | 66 | 76 | 62 | 15 | 0 | 23 | 114 | 144 | 13 | 26 |
| Binary | 110110 | 111110 | 110010 | 1101 | 0 | 10011 | 1001100 | 1100100 | 1011 | 10110 |
Color Harmonies of #363E32
Complementary color
Monochromatic Colors of #363E32
Black with #363E32
Text Example
Text Example
White with #363E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E32; }
p { color: rgb(54,62,50); }
H1.HeaderClassName
{
color: #363E32;
}
.AnyTagClassName
{
color: #363E32;
}
</style>
background-color css
<style>
a { background-color: #363E32; }
a { background-color: rgb(54,62,50); }
div.DivClassName
{
background-color: #363E32;
}
.BgClassName
{
background-color: #363E32;
}
</style>
border-color css
<style>
span { border-color: #363E32; }
span { border-color: rgb(54,62,50); }
td.TdClassName
{
border-color: #363E32;
}
.TagClassName
{
border-color: #363E32;
}
</style>