Shades of Palm Leaf #33562D
Tints of Palm Leaf #33562D
RGB
CMYK
RGB Variations
Color information
#33562D (or 0x33562D) is known color: Palm Leaf. HEX triplet: 33, 56 and 2D. RGB value is (51,86,45). Sum of RGB (Red+Green+Blue) = 51+86+45=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #33562D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33562D is #CCA9D2. Grayscale: #464646. Windows color (decimal): -13412819 or 2971187. OLE color: 2971187.
HSL color Cylindrical-coordinate representation of color #33562D: hue angle of 111.22º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33562D is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 86 | 45 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.66 |
| HSL | 111.22º | 0.31% | 0.26% | - |
| HSV(B) | 111.22º | 0.48% | 0.34% | - |
| XYZ | 5.17 | 7.55 | 3.67 | - |
| YUV | 70.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 86 | 45 | 0.41 | 0 | 0.48 | 0.66 | 111.22 | 0.31 | 0.26 |
| Hex | 33 | 56 | 2D | 29 | 0 | 30 | 42 | 6F | 1F | 1A |
| Octal | 63 | 126 | 55 | 51 | 0 | 60 | 102 | 157 | 37 | 32 |
| Binary | 110011 | 1010110 | 101101 | 101001 | 0 | 110000 | 1000010 | 1101111 | 11111 | 11010 |
Color Harmonies of #33562D
Complementary color
Monochromatic Colors of #33562D
Black with #33562D
Text Example
Text Example
White with #33562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33562D; }
p { color: rgb(51,86,45); }
H1.HeaderClassName
{
color: #33562D;
}
.AnyTagClassName
{
color: #33562D;
}
</style>
background-color css
<style>
a { background-color: #33562D; }
a { background-color: rgb(51,86,45); }
div.DivClassName
{
background-color: #33562D;
}
.BgClassName
{
background-color: #33562D;
}
</style>
border-color css
<style>
span { border-color: #33562D; }
span { border-color: rgb(51,86,45); }
td.TdClassName
{
border-color: #33562D;
}
.TagClassName
{
border-color: #33562D;
}
</style>