Shades of Palm Leaf #33432A
Tints of Palm Leaf #33432A
RGB
CMYK
RGB Variations
Color information
#33432A (or 0x33432A) is known color: Palm Leaf. HEX triplet: 33, 43 and 2A. RGB value is (51,67,42). Sum of RGB (Red+Green+Blue) = 51+67+42=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #33432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33432A is #CCBCD5. Grayscale: #3B3B3B. Windows color (decimal): -13417686 or 2769715. OLE color: 2769715.
HSL color Cylindrical-coordinate representation of color #33432A: hue angle of 98.4º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #33432A is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 67 | 42 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.74 |
| HSL | 98.4º | 0.23% | 0.21% | - |
| HSV(B) | 98.4º | 0.37% | 0.26% | - |
| XYZ | 3.79 | 4.89 | 2.93 | - |
| YUV | 59.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 42 | 0.24 | 0 | 0.37 | 0.74 | 98.4 | 0.23 | 0.21 |
| Hex | 33 | 43 | 2A | 18 | 0 | 25 | 4A | 62 | 17 | 15 |
| Octal | 63 | 103 | 52 | 30 | 0 | 45 | 112 | 142 | 27 | 25 |
| Binary | 110011 | 1000011 | 101010 | 11000 | 0 | 100101 | 1001010 | 1100010 | 10111 | 10101 |
Color Harmonies of #33432A
Complementary color
Monochromatic Colors of #33432A
Black with #33432A
Text Example
Text Example
White with #33432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33432A; }
p { color: rgb(51,67,42); }
H1.HeaderClassName
{
color: #33432A;
}
.AnyTagClassName
{
color: #33432A;
}
</style>
background-color css
<style>
a { background-color: #33432A; }
a { background-color: rgb(51,67,42); }
div.DivClassName
{
background-color: #33432A;
}
.BgClassName
{
background-color: #33432A;
}
</style>
border-color css
<style>
span { border-color: #33432A; }
span { border-color: rgb(51,67,42); }
td.TdClassName
{
border-color: #33432A;
}
.TagClassName
{
border-color: #33432A;
}
</style>