Shades of Palm Leaf #36552A
Tints of Palm Leaf #36552A
RGB
CMYK
RGB Variations
Color information
#36552A (or 0x36552A) is known color: Palm Leaf. HEX triplet: 36, 55 and 2A. RGB value is (54,85,42). Sum of RGB (Red+Green+Blue) = 54+85+42=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #36552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36552A is #C9AAD5. Grayscale: #464646. Windows color (decimal): -13216470 or 2774326. OLE color: 2774326.
HSL color Cylindrical-coordinate representation of color #36552A: hue angle of 103.26º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36552A is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 85 | 42 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.67 |
| HSL | 103.26º | 0.34% | 0.25% | - |
| HSV(B) | 103.26º | 0.51% | 0.33% | - |
| XYZ | 5.19 | 7.45 | 3.35 | - |
| YUV | 70.83 | 111.73 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 42 | 0.36 | 0 | 0.51 | 0.67 | 103.26 | 0.34 | 0.25 |
| Hex | 36 | 55 | 2A | 24 | 0 | 33 | 43 | 67 | 22 | 19 |
| Octal | 66 | 125 | 52 | 44 | 0 | 63 | 103 | 147 | 42 | 31 |
| Binary | 110110 | 1010101 | 101010 | 100100 | 0 | 110011 | 1000011 | 1100111 | 100010 | 11001 |
Color Harmonies of #36552A
Complementary color
Monochromatic Colors of #36552A
Black with #36552A
Text Example
Text Example
White with #36552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36552A; }
p { color: rgb(54,85,42); }
H1.HeaderClassName
{
color: #36552A;
}
.AnyTagClassName
{
color: #36552A;
}
</style>
background-color css
<style>
a { background-color: #36552A; }
a { background-color: rgb(54,85,42); }
div.DivClassName
{
background-color: #36552A;
}
.BgClassName
{
background-color: #36552A;
}
</style>
border-color css
<style>
span { border-color: #36552A; }
span { border-color: rgb(54,85,42); }
td.TdClassName
{
border-color: #36552A;
}
.TagClassName
{
border-color: #36552A;
}
</style>