Shades of Palm Leaf #363D34
Tints of Palm Leaf #363D34
RGB
CMYK
RGB Variations
Color information
#363D34 (or 0x363D34) is known color: Palm Leaf. HEX triplet: 36, 3D and 34. RGB value is (54,61,52). Sum of RGB (Red+Green+Blue) = 54+61+52=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 61 - color contains mainly: green. Hex color #363D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363D34 is #C9C2CB. Grayscale: #393939. Windows color (decimal): -13222604 or 3423542. OLE color: 3423542.
HSL color Cylindrical-coordinate representation of color #363D34: hue angle of 106.67º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #363D34 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 61 | 52 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.76 |
| HSL | 106.67º | 0.08% | 0.22% | - |
| HSV(B) | 106.67º | 0.15% | 0.24% | - |
| XYZ | 3.81 | 4.37 | 3.89 | - |
| YUV | 57.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 52 | 0.11 | 0 | 0.15 | 0.76 | 106.67 | 0.08 | 0.22 |
| Hex | 36 | 3D | 34 | B | 0 | F | 4C | 6B | 8 | 16 |
| Octal | 66 | 75 | 64 | 13 | 0 | 17 | 114 | 153 | 10 | 26 |
| Binary | 110110 | 111101 | 110100 | 1011 | 0 | 1111 | 1001100 | 1101011 | 1000 | 10110 |
Color Harmonies of #363D34
Complementary color
Monochromatic Colors of #363D34
Black with #363D34
Text Example
Text Example
White with #363D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D34; }
p { color: rgb(54,61,52); }
H1.HeaderClassName
{
color: #363D34;
}
.AnyTagClassName
{
color: #363D34;
}
</style>
background-color css
<style>
a { background-color: #363D34; }
a { background-color: rgb(54,61,52); }
div.DivClassName
{
background-color: #363D34;
}
.BgClassName
{
background-color: #363D34;
}
</style>
border-color css
<style>
span { border-color: #363D34; }
span { border-color: rgb(54,61,52); }
td.TdClassName
{
border-color: #363D34;
}
.TagClassName
{
border-color: #363D34;
}
</style>