Shades of Palm Leaf #33412B
Tints of Palm Leaf #33412B
RGB
CMYK
RGB Variations
Color information
#33412B (or 0x33412B) is known color: Palm Leaf. HEX triplet: 33, 41 and 2B. RGB value is (51,65,43). Sum of RGB (Red+Green+Blue) = 51+65+43=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #33412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33412B is #CCBED4. Grayscale: #3A3A3A. Windows color (decimal): -13418197 or 2834739. OLE color: 2834739.
HSL color Cylindrical-coordinate representation of color #33412B: hue angle of 98.18º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33412B is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 43 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.75 |
| HSL | 98.18º | 0.2% | 0.21% | - |
| HSV(B) | 98.18º | 0.34% | 0.25% | - |
| XYZ | 3.69 | 4.66 | 2.99 | - |
| YUV | 58.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 43 | 0.22 | 0 | 0.34 | 0.75 | 98.18 | 0.2 | 0.21 |
| Hex | 33 | 41 | 2B | 16 | 0 | 22 | 4B | 62 | 14 | 15 |
| Octal | 63 | 101 | 53 | 26 | 0 | 42 | 113 | 142 | 24 | 25 |
| Binary | 110011 | 1000001 | 101011 | 10110 | 0 | 100010 | 1001011 | 1100010 | 10100 | 10101 |
Color Harmonies of #33412B
Complementary color
Monochromatic Colors of #33412B
Black with #33412B
Text Example
Text Example
White with #33412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33412B; }
p { color: rgb(51,65,43); }
H1.HeaderClassName
{
color: #33412B;
}
.AnyTagClassName
{
color: #33412B;
}
</style>
background-color css
<style>
a { background-color: #33412B; }
a { background-color: rgb(51,65,43); }
div.DivClassName
{
background-color: #33412B;
}
.BgClassName
{
background-color: #33412B;
}
</style>
border-color css
<style>
span { border-color: #33412B; }
span { border-color: rgb(51,65,43); }
td.TdClassName
{
border-color: #33412B;
}
.TagClassName
{
border-color: #33412B;
}
</style>