Shades of Palm Leaf #33542F
Tints of Palm Leaf #33542F
RGB
CMYK
RGB Variations
Color information
#33542F (or 0x33542F) is known color: Palm Leaf. HEX triplet: 33, 54 and 2F. RGB value is (51,84,47). Sum of RGB (Red+Green+Blue) = 51+84+47=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #33542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33542F is #CCABD0. Grayscale: #464646. Windows color (decimal): -13413329 or 3101747. OLE color: 3101747.
HSL color Cylindrical-coordinate representation of color #33542F: hue angle of 113.51º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #33542F is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 84 | 47 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.67 |
| HSL | 113.51º | 0.28% | 0.26% | - |
| HSV(B) | 113.51º | 0.44% | 0.33% | - |
| XYZ | 5.05 | 7.25 | 3.82 | - |
| YUV | 69.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 47 | 0.39 | 0 | 0.44 | 0.67 | 113.51 | 0.28 | 0.26 |
| Hex | 33 | 54 | 2F | 27 | 0 | 2C | 43 | 72 | 1C | 1A |
| Octal | 63 | 124 | 57 | 47 | 0 | 54 | 103 | 162 | 34 | 32 |
| Binary | 110011 | 1010100 | 101111 | 100111 | 0 | 101100 | 1000011 | 1110010 | 11100 | 11010 |
Color Harmonies of #33542F
Complementary color
Monochromatic Colors of #33542F
Black with #33542F
Text Example
Text Example
White with #33542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33542F; }
p { color: rgb(51,84,47); }
H1.HeaderClassName
{
color: #33542F;
}
.AnyTagClassName
{
color: #33542F;
}
</style>
background-color css
<style>
a { background-color: #33542F; }
a { background-color: rgb(51,84,47); }
div.DivClassName
{
background-color: #33542F;
}
.BgClassName
{
background-color: #33542F;
}
</style>
border-color css
<style>
span { border-color: #33542F; }
span { border-color: rgb(51,84,47); }
td.TdClassName
{
border-color: #33542F;
}
.TagClassName
{
border-color: #33542F;
}
</style>