Shades of Palm Leaf #333B32
Tints of Palm Leaf #333B32
RGB
CMYK
RGB Variations
Color information
#333B32 (or 0x333B32) is known color: Palm Leaf. HEX triplet: 33, 3B and 32. RGB value is (51,59,50). Sum of RGB (Red+Green+Blue) = 51+59+50=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 59 - color contains mainly: green. Hex color #333B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B32 is #CCC4CD. Grayscale: #373737. Windows color (decimal): -13419726 or 3291955. OLE color: 3291955.
HSL color Cylindrical-coordinate representation of color #333B32: hue angle of 113.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #333B32 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 59 | 50 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.77 |
| HSL | 113.33º | 0.08% | 0.21% | - |
| HSV(B) | 113.33º | 0.15% | 0.23% | - |
| XYZ | 3.5 | 4.06 | 3.62 | - |
| YUV | 55.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 50 | 0.14 | 0 | 0.15 | 0.77 | 113.33 | 0.08 | 0.21 |
| Hex | 33 | 3B | 32 | E | 0 | F | 4D | 71 | 8 | 15 |
| Octal | 63 | 73 | 62 | 16 | 0 | 17 | 115 | 161 | 10 | 25 |
| Binary | 110011 | 111011 | 110010 | 1110 | 0 | 1111 | 1001101 | 1110001 | 1000 | 10101 |
Color Harmonies of #333B32
Complementary color
Monochromatic Colors of #333B32
Black with #333B32
Text Example
Text Example
White with #333B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B32; }
p { color: rgb(51,59,50); }
H1.HeaderClassName
{
color: #333B32;
}
.AnyTagClassName
{
color: #333B32;
}
</style>
background-color css
<style>
a { background-color: #333B32; }
a { background-color: rgb(51,59,50); }
div.DivClassName
{
background-color: #333B32;
}
.BgClassName
{
background-color: #333B32;
}
</style>
border-color css
<style>
span { border-color: #333B32; }
span { border-color: rgb(51,59,50); }
td.TdClassName
{
border-color: #333B32;
}
.TagClassName
{
border-color: #333B32;
}
</style>