Shades of Palm Leaf #333D31
Tints of Palm Leaf #333D31
RGB
CMYK
RGB Variations
Color information
#333D31 (or 0x333D31) is known color: Palm Leaf. HEX triplet: 33, 3D and 31. RGB value is (51,61,49). Sum of RGB (Red+Green+Blue) = 51+61+49=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 61 - color contains mainly: green. Hex color #333D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D31 is #CCC2CE. Grayscale: #383838. Windows color (decimal): -13419215 or 3226931. OLE color: 3226931.
HSL color Cylindrical-coordinate representation of color #333D31: hue angle of 110º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #333D31 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 61 | 49 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.76 |
| HSL | 110º | 0.11% | 0.22% | - |
| HSV(B) | 110º | 0.2% | 0.24% | - |
| XYZ | 3.59 | 4.26 | 3.54 | - |
| YUV | 56.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 49 | 0.16 | 0 | 0.20 | 0.76 | 110 | 0.11 | 0.22 |
| Hex | 33 | 3D | 31 | 10 | 0 | 14 | 4C | 6E | B | 16 |
| Octal | 63 | 75 | 61 | 20 | 0 | 24 | 114 | 156 | 13 | 26 |
| Binary | 110011 | 111101 | 110001 | 10000 | 0 | 10100 | 1001100 | 1101110 | 1011 | 10110 |
Color Harmonies of #333D31
Complementary color
Monochromatic Colors of #333D31
Black with #333D31
Text Example
Text Example
White with #333D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D31; }
p { color: rgb(51,61,49); }
H1.HeaderClassName
{
color: #333D31;
}
.AnyTagClassName
{
color: #333D31;
}
</style>
background-color css
<style>
a { background-color: #333D31; }
a { background-color: rgb(51,61,49); }
div.DivClassName
{
background-color: #333D31;
}
.BgClassName
{
background-color: #333D31;
}
</style>
border-color css
<style>
span { border-color: #333D31; }
span { border-color: rgb(51,61,49); }
td.TdClassName
{
border-color: #333D31;
}
.TagClassName
{
border-color: #333D31;
}
</style>