Shades of Palm Leaf #334930
Tints of Palm Leaf #334930
RGB
CMYK
RGB Variations
Color information
#334930 (or 0x334930) is known color: Palm Leaf. HEX triplet: 33, 49 and 30. RGB value is (51,73,48). Sum of RGB (Red+Green+Blue) = 51+73+48=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #334930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334930 is #CCB6CF. Grayscale: #3F3F3F. Windows color (decimal): -13416144 or 3164467. OLE color: 3164467.
HSL color Cylindrical-coordinate representation of color #334930: hue angle of 112.8º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #334930 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 48 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.71 |
| HSL | 112.8º | 0.21% | 0.24% | - |
| HSV(B) | 112.8º | 0.34% | 0.29% | - |
| XYZ | 4.28 | 5.68 | 3.67 | - |
| YUV | 63.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 48 | 0.30 | 0 | 0.34 | 0.71 | 112.8 | 0.21 | 0.24 |
| Hex | 33 | 49 | 30 | 1E | 0 | 22 | 47 | 71 | 15 | 18 |
| Octal | 63 | 111 | 60 | 36 | 0 | 42 | 107 | 161 | 25 | 30 |
| Binary | 110011 | 1001001 | 110000 | 11110 | 0 | 100010 | 1000111 | 1110001 | 10101 | 11000 |
Color Harmonies of #334930
Complementary color
Monochromatic Colors of #334930
Black with #334930
Text Example
Text Example
White with #334930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334930; }
p { color: rgb(51,73,48); }
H1.HeaderClassName
{
color: #334930;
}
.AnyTagClassName
{
color: #334930;
}
</style>
background-color css
<style>
a { background-color: #334930; }
a { background-color: rgb(51,73,48); }
div.DivClassName
{
background-color: #334930;
}
.BgClassName
{
background-color: #334930;
}
</style>
border-color css
<style>
span { border-color: #334930; }
span { border-color: rgb(51,73,48); }
td.TdClassName
{
border-color: #334930;
}
.TagClassName
{
border-color: #334930;
}
</style>