Shades of Palm Leaf #334331
Tints of Palm Leaf #334331
RGB
CMYK
RGB Variations
Color information
#334331 (or 0x334331) is known color: Palm Leaf. HEX triplet: 33, 43 and 31. RGB value is (51,67,49). Sum of RGB (Red+Green+Blue) = 51+67+49=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 67 - color contains mainly: green. Hex color #334331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334331 is #CCBCCE. Grayscale: #3C3C3C. Windows color (decimal): -13417679 or 3228467. OLE color: 3228467.
HSL color Cylindrical-coordinate representation of color #334331: hue angle of 113.33º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #334331 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 67 | 49 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.74 |
| HSL | 113.33º | 0.16% | 0.23% | - |
| HSV(B) | 113.33º | 0.27% | 0.26% | - |
| XYZ | 3.93 | 4.94 | 3.65 | - |
| YUV | 60.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 49 | 0.24 | 0 | 0.27 | 0.74 | 113.33 | 0.16 | 0.23 |
| Hex | 33 | 43 | 31 | 18 | 0 | 1B | 4A | 71 | 10 | 17 |
| Octal | 63 | 103 | 61 | 30 | 0 | 33 | 112 | 161 | 20 | 27 |
| Binary | 110011 | 1000011 | 110001 | 11000 | 0 | 11011 | 1001010 | 1110001 | 10000 | 10111 |
Color Harmonies of #334331
Complementary color
Monochromatic Colors of #334331
Black with #334331
Text Example
Text Example
White with #334331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334331; }
p { color: rgb(51,67,49); }
H1.HeaderClassName
{
color: #334331;
}
.AnyTagClassName
{
color: #334331;
}
</style>
background-color css
<style>
a { background-color: #334331; }
a { background-color: rgb(51,67,49); }
div.DivClassName
{
background-color: #334331;
}
.BgClassName
{
background-color: #334331;
}
</style>
border-color css
<style>
span { border-color: #334331; }
span { border-color: rgb(51,67,49); }
td.TdClassName
{
border-color: #334331;
}
.TagClassName
{
border-color: #334331;
}
</style>