Shades of Palm Leaf #33412E
Tints of Palm Leaf #33412E
RGB
CMYK
RGB Variations
Color information
#33412E (or 0x33412E) is known color: Palm Leaf. HEX triplet: 33, 41 and 2E. RGB value is (51,65,46). Sum of RGB (Red+Green+Blue) = 51+65+46=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #33412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33412E is #CCBED1. Grayscale: #3A3A3A. Windows color (decimal): -13418194 or 3031347. OLE color: 3031347.
HSL color Cylindrical-coordinate representation of color #33412E: hue angle of 104.21º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #33412E is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 46 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.75 |
| HSL | 104.21º | 0.17% | 0.22% | - |
| HSV(B) | 104.21º | 0.29% | 0.25% | - |
| XYZ | 3.75 | 4.68 | 3.29 | - |
| YUV | 58.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 46 | 0.22 | 0 | 0.29 | 0.75 | 104.21 | 0.17 | 0.22 |
| Hex | 33 | 41 | 2E | 16 | 0 | 1D | 4B | 68 | 11 | 16 |
| Octal | 63 | 101 | 56 | 26 | 0 | 35 | 113 | 150 | 21 | 26 |
| Binary | 110011 | 1000001 | 101110 | 10110 | 0 | 11101 | 1001011 | 1101000 | 10001 | 10110 |
Color Harmonies of #33412E
Complementary color
Monochromatic Colors of #33412E
Black with #33412E
Text Example
Text Example
White with #33412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33412E; }
p { color: rgb(51,65,46); }
H1.HeaderClassName
{
color: #33412E;
}
.AnyTagClassName
{
color: #33412E;
}
</style>
background-color css
<style>
a { background-color: #33412E; }
a { background-color: rgb(51,65,46); }
div.DivClassName
{
background-color: #33412E;
}
.BgClassName
{
background-color: #33412E;
}
</style>
border-color css
<style>
span { border-color: #33412E; }
span { border-color: rgb(51,65,46); }
td.TdClassName
{
border-color: #33412E;
}
.TagClassName
{
border-color: #33412E;
}
</style>