Shades of Palm Leaf #33472E
Tints of Palm Leaf #33472E
RGB
CMYK
RGB Variations
Color information
#33472E (or 0x33472E) is known color: Palm Leaf. HEX triplet: 33, 47 and 2E. RGB value is (51,71,46). Sum of RGB (Red+Green+Blue) = 51+71+46=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #33472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33472E is #CCB8D1. Grayscale: #3E3E3E. Windows color (decimal): -13416658 or 3032883. OLE color: 3032883.
HSL color Cylindrical-coordinate representation of color #33472E: hue angle of 108º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33472E is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 71 | 46 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.72 |
| HSL | 108º | 0.21% | 0.23% | - |
| HSV(B) | 108º | 0.35% | 0.28% | - |
| XYZ | 4.11 | 5.41 | 3.41 | - |
| YUV | 62.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 46 | 0.28 | 0 | 0.35 | 0.72 | 108 | 0.21 | 0.23 |
| Hex | 33 | 47 | 2E | 1C | 0 | 23 | 48 | 6C | 15 | 17 |
| Octal | 63 | 107 | 56 | 34 | 0 | 43 | 110 | 154 | 25 | 27 |
| Binary | 110011 | 1000111 | 101110 | 11100 | 0 | 100011 | 1001000 | 1101100 | 10101 | 10111 |
Color Harmonies of #33472E
Complementary color
Monochromatic Colors of #33472E
Black with #33472E
Text Example
Text Example
White with #33472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33472E; }
p { color: rgb(51,71,46); }
H1.HeaderClassName
{
color: #33472E;
}
.AnyTagClassName
{
color: #33472E;
}
</style>
background-color css
<style>
a { background-color: #33472E; }
a { background-color: rgb(51,71,46); }
div.DivClassName
{
background-color: #33472E;
}
.BgClassName
{
background-color: #33472E;
}
</style>
border-color css
<style>
span { border-color: #33472E; }
span { border-color: rgb(51,71,46); }
td.TdClassName
{
border-color: #33472E;
}
.TagClassName
{
border-color: #33472E;
}
</style>