Shades of Palm Leaf #33422E
Tints of Palm Leaf #33422E
RGB
CMYK
RGB Variations
Color information
#33422E (or 0x33422E) is known color: Palm Leaf. HEX triplet: 33, 42 and 2E. RGB value is (51,66,46). Sum of RGB (Red+Green+Blue) = 51+66+46=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #33422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33422E is #CCBDD1. Grayscale: #3B3B3B. Windows color (decimal): -13417938 or 3031603. OLE color: 3031603.
HSL color Cylindrical-coordinate representation of color #33422E: hue angle of 105º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #33422E is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 66 | 46 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.74 |
| HSL | 105º | 0.18% | 0.22% | - |
| HSV(B) | 105º | 0.3% | 0.26% | - |
| XYZ | 3.81 | 4.8 | 3.31 | - |
| YUV | 59.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 46 | 0.23 | 0 | 0.30 | 0.74 | 105 | 0.18 | 0.22 |
| Hex | 33 | 42 | 2E | 17 | 0 | 1E | 4A | 69 | 12 | 16 |
| Octal | 63 | 102 | 56 | 27 | 0 | 36 | 112 | 151 | 22 | 26 |
| Binary | 110011 | 1000010 | 101110 | 10111 | 0 | 11110 | 1001010 | 1101001 | 10010 | 10110 |
Color Harmonies of #33422E
Complementary color
Monochromatic Colors of #33422E
Black with #33422E
Text Example
Text Example
White with #33422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33422E; }
p { color: rgb(51,66,46); }
H1.HeaderClassName
{
color: #33422E;
}
.AnyTagClassName
{
color: #33422E;
}
</style>
background-color css
<style>
a { background-color: #33422E; }
a { background-color: rgb(51,66,46); }
div.DivClassName
{
background-color: #33422E;
}
.BgClassName
{
background-color: #33422E;
}
</style>
border-color css
<style>
span { border-color: #33422E; }
span { border-color: rgb(51,66,46); }
td.TdClassName
{
border-color: #33422E;
}
.TagClassName
{
border-color: #33422E;
}
</style>