Shades of Palm Leaf #334F30
Tints of Palm Leaf #334F30
RGB
CMYK
RGB Variations
Color information
#334F30 (or 0x334F30) is known color: Palm Leaf. HEX triplet: 33, 4F and 30. RGB value is (51,79,48). Sum of RGB (Red+Green+Blue) = 51+79+48=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #334F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F30 is #CCB0CF. Grayscale: #434343. Windows color (decimal): -13414608 or 3166003. OLE color: 3166003.
HSL color Cylindrical-coordinate representation of color #334F30: hue angle of 114.19º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #334F30 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 79 | 48 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.69 |
| HSL | 114.19º | 0.24% | 0.25% | - |
| HSV(B) | 114.19º | 0.39% | 0.31% | - |
| XYZ | 4.69 | 6.51 | 3.81 | - |
| YUV | 67.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 48 | 0.35 | 0 | 0.39 | 0.69 | 114.19 | 0.24 | 0.25 |
| Hex | 33 | 4F | 30 | 23 | 0 | 27 | 45 | 72 | 18 | 19 |
| Octal | 63 | 117 | 60 | 43 | 0 | 47 | 105 | 162 | 30 | 31 |
| Binary | 110011 | 1001111 | 110000 | 100011 | 0 | 100111 | 1000101 | 1110010 | 11000 | 11001 |
Color Harmonies of #334F30
Complementary color
Monochromatic Colors of #334F30
Black with #334F30
Text Example
Text Example
White with #334F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F30; }
p { color: rgb(51,79,48); }
H1.HeaderClassName
{
color: #334F30;
}
.AnyTagClassName
{
color: #334F30;
}
</style>
background-color css
<style>
a { background-color: #334F30; }
a { background-color: rgb(51,79,48); }
div.DivClassName
{
background-color: #334F30;
}
.BgClassName
{
background-color: #334F30;
}
</style>
border-color css
<style>
span { border-color: #334F30; }
span { border-color: rgb(51,79,48); }
td.TdClassName
{
border-color: #334F30;
}
.TagClassName
{
border-color: #334F30;
}
</style>