Shades of Palm Leaf #33532B
Tints of Palm Leaf #33532B
RGB
CMYK
RGB Variations
Color information
#33532B (or 0x33532B) is known color: Palm Leaf. HEX triplet: 33, 53 and 2B. RGB value is (51,83,43). Sum of RGB (Red+Green+Blue) = 51+83+43=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #33532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33532B is #CCACD4. Grayscale: #454545. Windows color (decimal): -13413589 or 2839347. OLE color: 2839347.
HSL color Cylindrical-coordinate representation of color #33532B: hue angle of 108º degrees, saturation: 0.32, 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 #33532B is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 83 | 43 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.67 |
| HSL | 108º | 0.32% | 0.25% | - |
| HSV(B) | 108º | 0.48% | 0.33% | - |
| XYZ | 4.89 | 7.06 | 3.39 | - |
| YUV | 68.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 43 | 0.39 | 0 | 0.48 | 0.67 | 108 | 0.32 | 0.25 |
| Hex | 33 | 53 | 2B | 27 | 0 | 30 | 43 | 6C | 20 | 19 |
| Octal | 63 | 123 | 53 | 47 | 0 | 60 | 103 | 154 | 40 | 31 |
| Binary | 110011 | 1010011 | 101011 | 100111 | 0 | 110000 | 1000011 | 1101100 | 100000 | 11001 |
Color Harmonies of #33532B
Complementary color
Monochromatic Colors of #33532B
Black with #33532B
Text Example
Text Example
White with #33532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33532B; }
p { color: rgb(51,83,43); }
H1.HeaderClassName
{
color: #33532B;
}
.AnyTagClassName
{
color: #33532B;
}
</style>
background-color css
<style>
a { background-color: #33532B; }
a { background-color: rgb(51,83,43); }
div.DivClassName
{
background-color: #33532B;
}
.BgClassName
{
background-color: #33532B;
}
</style>
border-color css
<style>
span { border-color: #33532B; }
span { border-color: rgb(51,83,43); }
td.TdClassName
{
border-color: #33532B;
}
.TagClassName
{
border-color: #33532B;
}
</style>