Shades of Palm Leaf #334925
Tints of Palm Leaf #334925
RGB
CMYK
RGB Variations
Color information
#334925 (or 0x334925) is known color: Palm Leaf. HEX triplet: 33, 49 and 25. RGB value is (51,73,37). Sum of RGB (Red+Green+Blue) = 51+73+37=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #334925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334925 is #CCB6DA. Grayscale: #3E3E3E. Windows color (decimal): -13416155 or 2443571. OLE color: 2443571.
HSL color Cylindrical-coordinate representation of color #334925: hue angle of 96.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #334925 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 37 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.71 |
| HSL | 96.67º | 0.33% | 0.22% | - |
| HSV(B) | 96.67º | 0.49% | 0.29% | - |
| XYZ | 4.08 | 5.6 | 2.62 | - |
| YUV | 62.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 37 | 0.30 | 0 | 0.49 | 0.71 | 96.67 | 0.33 | 0.22 |
| Hex | 33 | 49 | 25 | 1E | 0 | 31 | 47 | 61 | 21 | 16 |
| Octal | 63 | 111 | 45 | 36 | 0 | 61 | 107 | 141 | 41 | 26 |
| Binary | 110011 | 1001001 | 100101 | 11110 | 0 | 110001 | 1000111 | 1100001 | 100001 | 10110 |
Color Harmonies of #334925
Complementary color
Monochromatic Colors of #334925
Black with #334925
Text Example
Text Example
White with #334925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334925; }
p { color: rgb(51,73,37); }
H1.HeaderClassName
{
color: #334925;
}
.AnyTagClassName
{
color: #334925;
}
</style>
background-color css
<style>
a { background-color: #334925; }
a { background-color: rgb(51,73,37); }
div.DivClassName
{
background-color: #334925;
}
.BgClassName
{
background-color: #334925;
}
</style>
border-color css
<style>
span { border-color: #334925; }
span { border-color: rgb(51,73,37); }
td.TdClassName
{
border-color: #334925;
}
.TagClassName
{
border-color: #334925;
}
</style>