Shades of Palm Leaf #363F34
Tints of Palm Leaf #363F34
RGB
CMYK
RGB Variations
Color information
#363F34 (or 0x363F34) is known color: Palm Leaf. HEX triplet: 36, 3F and 34. RGB value is (54,63,52). Sum of RGB (Red+Green+Blue) = 54+63+52=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 63 - color contains mainly: green. Hex color #363F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363F34 is #C9C0CB. Grayscale: #3B3B3B. Windows color (decimal): -13222092 or 3424054. OLE color: 3424054.
HSL color Cylindrical-coordinate representation of color #363F34: hue angle of 109.09º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #363F34 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 63 | 52 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.75 |
| HSL | 109.09º | 0.1% | 0.23% | - |
| HSV(B) | 109.09º | 0.17% | 0.25% | - |
| XYZ | 3.92 | 4.59 | 3.93 | - |
| YUV | 59.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 52 | 0.14 | 0 | 0.17 | 0.75 | 109.09 | 0.1 | 0.23 |
| Hex | 36 | 3F | 34 | E | 0 | 11 | 4B | 6D | A | 17 |
| Octal | 66 | 77 | 64 | 16 | 0 | 21 | 113 | 155 | 12 | 27 |
| Binary | 110110 | 111111 | 110100 | 1110 | 0 | 10001 | 1001011 | 1101101 | 1010 | 10111 |
Color Harmonies of #363F34
Complementary color
Monochromatic Colors of #363F34
Black with #363F34
Text Example
Text Example
White with #363F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F34; }
p { color: rgb(54,63,52); }
H1.HeaderClassName
{
color: #363F34;
}
.AnyTagClassName
{
color: #363F34;
}
</style>
background-color css
<style>
a { background-color: #363F34; }
a { background-color: rgb(54,63,52); }
div.DivClassName
{
background-color: #363F34;
}
.BgClassName
{
background-color: #363F34;
}
</style>
border-color css
<style>
span { border-color: #363F34; }
span { border-color: rgb(54,63,52); }
td.TdClassName
{
border-color: #363F34;
}
.TagClassName
{
border-color: #363F34;
}
</style>