Shades of Palm Leaf #334C27
Tints of Palm Leaf #334C27
RGB
CMYK
RGB Variations
Color information
#334C27 (or 0x334C27) is known color: Palm Leaf. HEX triplet: 33, 4C and 27. RGB value is (51,76,39). Sum of RGB (Red+Green+Blue) = 51+76+39=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 76 - color contains mainly: green. Hex color #334C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C27 is #CCB3D8. Grayscale: #404040. Windows color (decimal): -13415385 or 2575411. OLE color: 2575411.
HSL color Cylindrical-coordinate representation of color #334C27: hue angle of 100.54º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #334C27 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 76 | 39 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.70 |
| HSL | 100.54º | 0.32% | 0.23% | - |
| HSV(B) | 100.54º | 0.49% | 0.3% | - |
| XYZ | 4.32 | 6.02 | 2.85 | - |
| YUV | 64.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 39 | 0.33 | 0 | 0.49 | 0.70 | 100.54 | 0.32 | 0.23 |
| Hex | 33 | 4C | 27 | 21 | 0 | 31 | 46 | 65 | 20 | 17 |
| Octal | 63 | 114 | 47 | 41 | 0 | 61 | 106 | 145 | 40 | 27 |
| Binary | 110011 | 1001100 | 100111 | 100001 | 0 | 110001 | 1000110 | 1100101 | 100000 | 10111 |
Color Harmonies of #334C27
Complementary color
Monochromatic Colors of #334C27
Black with #334C27
Text Example
Text Example
White with #334C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C27; }
p { color: rgb(51,76,39); }
H1.HeaderClassName
{
color: #334C27;
}
.AnyTagClassName
{
color: #334C27;
}
</style>
background-color css
<style>
a { background-color: #334C27; }
a { background-color: rgb(51,76,39); }
div.DivClassName
{
background-color: #334C27;
}
.BgClassName
{
background-color: #334C27;
}
</style>
border-color css
<style>
span { border-color: #334C27; }
span { border-color: rgb(51,76,39); }
td.TdClassName
{
border-color: #334C27;
}
.TagClassName
{
border-color: #334C27;
}
</style>