Shades of Palm Leaf #33542E
Tints of Palm Leaf #33542E
RGB
CMYK
RGB Variations
Color information
#33542E (or 0x33542E) is known color: Palm Leaf. HEX triplet: 33, 54 and 2E. RGB value is (51,84,46). Sum of RGB (Red+Green+Blue) = 51+84+46=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #33542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33542E is #CCABD1. Grayscale: #454545. Windows color (decimal): -13413330 or 3036211. OLE color: 3036211.
HSL color Cylindrical-coordinate representation of color #33542E: hue angle of 112.11º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33542E is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 84 | 46 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.67 |
| HSL | 112.11º | 0.29% | 0.25% | - |
| HSV(B) | 112.11º | 0.45% | 0.33% | - |
| XYZ | 5.03 | 7.24 | 3.72 | - |
| YUV | 69.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 46 | 0.39 | 0 | 0.45 | 0.67 | 112.11 | 0.29 | 0.25 |
| Hex | 33 | 54 | 2E | 27 | 0 | 2D | 43 | 70 | 1D | 19 |
| Octal | 63 | 124 | 56 | 47 | 0 | 55 | 103 | 160 | 35 | 31 |
| Binary | 110011 | 1010100 | 101110 | 100111 | 0 | 101101 | 1000011 | 1110000 | 11101 | 11001 |
Color Harmonies of #33542E
Complementary color
Monochromatic Colors of #33542E
Black with #33542E
Text Example
Text Example
White with #33542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33542E; }
p { color: rgb(51,84,46); }
H1.HeaderClassName
{
color: #33542E;
}
.AnyTagClassName
{
color: #33542E;
}
</style>
background-color css
<style>
a { background-color: #33542E; }
a { background-color: rgb(51,84,46); }
div.DivClassName
{
background-color: #33542E;
}
.BgClassName
{
background-color: #33542E;
}
</style>
border-color css
<style>
span { border-color: #33542E; }
span { border-color: rgb(51,84,46); }
td.TdClassName
{
border-color: #33542E;
}
.TagClassName
{
border-color: #33542E;
}
</style>