Shades of Palm Leaf #333C32
Tints of Palm Leaf #333C32
RGB
CMYK
RGB Variations
Color information
#333C32 (or 0x333C32) is known color: Palm Leaf. HEX triplet: 33, 3C and 32. RGB value is (51,60,50). Sum of RGB (Red+Green+Blue) = 51+60+50=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 60 - color contains mainly: green. Hex color #333C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C32 is #CCC3CD. Grayscale: #383838. Windows color (decimal): -13419470 or 3292211. OLE color: 3292211.
HSL color Cylindrical-coordinate representation of color #333C32: hue angle of 114º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #333C32 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 60 | 50 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.76 |
| HSL | 114º | 0.09% | 0.22% | - |
| HSV(B) | 114º | 0.17% | 0.24% | - |
| XYZ | 3.56 | 4.17 | 3.63 | - |
| YUV | 56.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 50 | 0.15 | 0 | 0.17 | 0.76 | 114 | 0.09 | 0.22 |
| Hex | 33 | 3C | 32 | F | 0 | 11 | 4C | 72 | 9 | 16 |
| Octal | 63 | 74 | 62 | 17 | 0 | 21 | 114 | 162 | 11 | 26 |
| Binary | 110011 | 111100 | 110010 | 1111 | 0 | 10001 | 1001100 | 1110010 | 1001 | 10110 |
Color Harmonies of #333C32
Complementary color
Monochromatic Colors of #333C32
Black with #333C32
Text Example
Text Example
White with #333C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C32; }
p { color: rgb(51,60,50); }
H1.HeaderClassName
{
color: #333C32;
}
.AnyTagClassName
{
color: #333C32;
}
</style>
background-color css
<style>
a { background-color: #333C32; }
a { background-color: rgb(51,60,50); }
div.DivClassName
{
background-color: #333C32;
}
.BgClassName
{
background-color: #333C32;
}
</style>
border-color css
<style>
span { border-color: #333C32; }
span { border-color: rgb(51,60,50); }
td.TdClassName
{
border-color: #333C32;
}
.TagClassName
{
border-color: #333C32;
}
</style>