Shades of Palm Leaf #33532F
Tints of Palm Leaf #33532F
RGB
CMYK
RGB Variations
Color information
#33532F (or 0x33532F) is known color: Palm Leaf. HEX triplet: 33, 53 and 2F. RGB value is (51,83,47). Sum of RGB (Red+Green+Blue) = 51+83+47=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #33532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33532F is #CCACD0. Grayscale: #454545. Windows color (decimal): -13413585 or 3101491. OLE color: 3101491.
HSL color Cylindrical-coordinate representation of color #33532F: hue angle of 113.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33532F is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 83 | 47 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.67 |
| HSL | 113.33º | 0.28% | 0.25% | - |
| HSV(B) | 113.33º | 0.43% | 0.33% | - |
| XYZ | 4.97 | 7.1 | 3.8 | - |
| YUV | 69.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 47 | 0.39 | 0 | 0.43 | 0.67 | 113.33 | 0.28 | 0.25 |
| Hex | 33 | 53 | 2F | 27 | 0 | 2B | 43 | 71 | 1C | 19 |
| Octal | 63 | 123 | 57 | 47 | 0 | 53 | 103 | 161 | 34 | 31 |
| Binary | 110011 | 1010011 | 101111 | 100111 | 0 | 101011 | 1000011 | 1110001 | 11100 | 11001 |
Color Harmonies of #33532F
Complementary color
Monochromatic Colors of #33532F
Black with #33532F
Text Example
Text Example
White with #33532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33532F; }
p { color: rgb(51,83,47); }
H1.HeaderClassName
{
color: #33532F;
}
.AnyTagClassName
{
color: #33532F;
}
</style>
background-color css
<style>
a { background-color: #33532F; }
a { background-color: rgb(51,83,47); }
div.DivClassName
{
background-color: #33532F;
}
.BgClassName
{
background-color: #33532F;
}
</style>
border-color css
<style>
span { border-color: #33532F; }
span { border-color: rgb(51,83,47); }
td.TdClassName
{
border-color: #33532F;
}
.TagClassName
{
border-color: #33532F;
}
</style>