Shades of Palm Leaf #33542C
Tints of Palm Leaf #33542C
RGB
CMYK
RGB Variations
Color information
#33542C (or 0x33542C) is known color: Palm Leaf. HEX triplet: 33, 54 and 2C. RGB value is (51,84,44). Sum of RGB (Red+Green+Blue) = 51+84+44=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #33542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33542C is #CCABD3. Grayscale: #454545. Windows color (decimal): -13413332 or 2905139. OLE color: 2905139.
HSL color Cylindrical-coordinate representation of color #33542C: hue angle of 109.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33542C is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 84 | 44 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.67 |
| HSL | 109.5º | 0.31% | 0.25% | - |
| HSV(B) | 109.5º | 0.48% | 0.33% | - |
| XYZ | 4.99 | 7.23 | 3.51 | - |
| YUV | 69.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 44 | 0.39 | 0 | 0.48 | 0.67 | 109.5 | 0.31 | 0.25 |
| Hex | 33 | 54 | 2C | 27 | 0 | 30 | 43 | 6E | 1F | 19 |
| Octal | 63 | 124 | 54 | 47 | 0 | 60 | 103 | 156 | 37 | 31 |
| Binary | 110011 | 1010100 | 101100 | 100111 | 0 | 110000 | 1000011 | 1101110 | 11111 | 11001 |
Color Harmonies of #33542C
Complementary color
Monochromatic Colors of #33542C
Black with #33542C
Text Example
Text Example
White with #33542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33542C; }
p { color: rgb(51,84,44); }
H1.HeaderClassName
{
color: #33542C;
}
.AnyTagClassName
{
color: #33542C;
}
</style>
background-color css
<style>
a { background-color: #33542C; }
a { background-color: rgb(51,84,44); }
div.DivClassName
{
background-color: #33542C;
}
.BgClassName
{
background-color: #33542C;
}
</style>
border-color css
<style>
span { border-color: #33542C; }
span { border-color: rgb(51,84,44); }
td.TdClassName
{
border-color: #33542C;
}
.TagClassName
{
border-color: #33542C;
}
</style>