Shades of Palm Leaf #33442E
Tints of Palm Leaf #33442E
RGB
CMYK
RGB Variations
Color information
#33442E (or 0x33442E) is known color: Palm Leaf. HEX triplet: 33, 44 and 2E. RGB value is (51,68,46). Sum of RGB (Red+Green+Blue) = 51+68+46=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 68 - color contains mainly: green. Hex color #33442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33442E is #CCBBD1. Grayscale: #3C3C3C. Windows color (decimal): -13417426 or 3032115. OLE color: 3032115.
HSL color Cylindrical-coordinate representation of color #33442E: hue angle of 106.36º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #33442E is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 68 | 46 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.73 |
| HSL | 106.36º | 0.19% | 0.22% | - |
| HSV(B) | 106.36º | 0.32% | 0.27% | - |
| XYZ | 3.93 | 5.04 | 3.35 | - |
| YUV | 60.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 46 | 0.25 | 0 | 0.32 | 0.73 | 106.36 | 0.19 | 0.22 |
| Hex | 33 | 44 | 2E | 19 | 0 | 20 | 49 | 6A | 13 | 16 |
| Octal | 63 | 104 | 56 | 31 | 0 | 40 | 111 | 152 | 23 | 26 |
| Binary | 110011 | 1000100 | 101110 | 11001 | 0 | 100000 | 1001001 | 1101010 | 10011 | 10110 |
Color Harmonies of #33442E
Complementary color
Monochromatic Colors of #33442E
Black with #33442E
Text Example
Text Example
White with #33442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33442E; }
p { color: rgb(51,68,46); }
H1.HeaderClassName
{
color: #33442E;
}
.AnyTagClassName
{
color: #33442E;
}
</style>
background-color css
<style>
a { background-color: #33442E; }
a { background-color: rgb(51,68,46); }
div.DivClassName
{
background-color: #33442E;
}
.BgClassName
{
background-color: #33442E;
}
</style>
border-color css
<style>
span { border-color: #33442E; }
span { border-color: rgb(51,68,46); }
td.TdClassName
{
border-color: #33442E;
}
.TagClassName
{
border-color: #33442E;
}
</style>