Shades of Palm Leaf #33542D
Tints of Palm Leaf #33542D
RGB
CMYK
RGB Variations
Color information
#33542D (or 0x33542D) is known color: Palm Leaf. HEX triplet: 33, 54 and 2D. RGB value is (51,84,45). Sum of RGB (Red+Green+Blue) = 51+84+45=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #33542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33542D is #CCABD2. Grayscale: #454545. Windows color (decimal): -13413331 or 2970675. OLE color: 2970675.
HSL color Cylindrical-coordinate representation of color #33542D: hue angle of 110.77º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #33542D is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 84 | 45 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.67 |
| HSL | 110.77º | 0.3% | 0.25% | - |
| HSV(B) | 110.77º | 0.46% | 0.33% | - |
| XYZ | 5.01 | 7.23 | 3.61 | - |
| YUV | 69.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 45 | 0.39 | 0 | 0.46 | 0.67 | 110.77 | 0.3 | 0.25 |
| Hex | 33 | 54 | 2D | 27 | 0 | 2E | 43 | 6F | 1E | 19 |
| Octal | 63 | 124 | 55 | 47 | 0 | 56 | 103 | 157 | 36 | 31 |
| Binary | 110011 | 1010100 | 101101 | 100111 | 0 | 101110 | 1000011 | 1101111 | 11110 | 11001 |
Color Harmonies of #33542D
Complementary color
Monochromatic Colors of #33542D
Black with #33542D
Text Example
Text Example
White with #33542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33542D; }
p { color: rgb(51,84,45); }
H1.HeaderClassName
{
color: #33542D;
}
.AnyTagClassName
{
color: #33542D;
}
</style>
background-color css
<style>
a { background-color: #33542D; }
a { background-color: rgb(51,84,45); }
div.DivClassName
{
background-color: #33542D;
}
.BgClassName
{
background-color: #33542D;
}
</style>
border-color css
<style>
span { border-color: #33542D; }
span { border-color: rgb(51,84,45); }
td.TdClassName
{
border-color: #33542D;
}
.TagClassName
{
border-color: #33542D;
}
</style>