Shades of Palm Leaf #33492D
Tints of Palm Leaf #33492D
RGB
CMYK
RGB Variations
Color information
#33492D (or 0x33492D) is known color: Palm Leaf. HEX triplet: 33, 49 and 2D. RGB value is (51,73,45). Sum of RGB (Red+Green+Blue) = 51+73+45=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #33492D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33492D is #CCB6D2. Grayscale: #3F3F3F. Windows color (decimal): -13416147 or 2967859. OLE color: 2967859.
HSL color Cylindrical-coordinate representation of color #33492D: hue angle of 107.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #33492D is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 45 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.71 |
| HSL | 107.14º | 0.24% | 0.23% | - |
| HSV(B) | 107.14º | 0.38% | 0.29% | - |
| XYZ | 4.22 | 5.66 | 3.35 | - |
| YUV | 63.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 45 | 0.30 | 0 | 0.38 | 0.71 | 107.14 | 0.24 | 0.23 |
| Hex | 33 | 49 | 2D | 1E | 0 | 26 | 47 | 6B | 18 | 17 |
| Octal | 63 | 111 | 55 | 36 | 0 | 46 | 107 | 153 | 30 | 27 |
| Binary | 110011 | 1001001 | 101101 | 11110 | 0 | 100110 | 1000111 | 1101011 | 11000 | 10111 |
Color Harmonies of #33492D
Complementary color
Monochromatic Colors of #33492D
Black with #33492D
Text Example
Text Example
White with #33492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33492D; }
p { color: rgb(51,73,45); }
H1.HeaderClassName
{
color: #33492D;
}
.AnyTagClassName
{
color: #33492D;
}
</style>
background-color css
<style>
a { background-color: #33492D; }
a { background-color: rgb(51,73,45); }
div.DivClassName
{
background-color: #33492D;
}
.BgClassName
{
background-color: #33492D;
}
</style>
border-color css
<style>
span { border-color: #33492D; }
span { border-color: rgb(51,73,45); }
td.TdClassName
{
border-color: #33492D;
}
.TagClassName
{
border-color: #33492D;
}
</style>