Shades of La Palma #4D9E34
Tints of La Palma #4D9E34
RGB
CMYK
RGB Variations
Color information
#4D9E34 (or 0x4D9E34) is known color: La Palma. HEX triplet: 4D, 9E and 34. RGB value is (77,158,52). Sum of RGB (Red+Green+Blue) = 77+158+52=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #4D9E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9E34 is #B261CB. Grayscale: #7A7A7A. Windows color (decimal): -11690444 or 3448397. OLE color: 3448397.
HSL color Cylindrical-coordinate representation of color #4D9E34: hue angle of 105.85º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D9E34 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 158 | 52 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.38 |
| HSL | 105.85º | 0.5% | 0.41% | - |
| HSV(B) | 105.85º | 0.67% | 0.62% | - |
| XYZ | 15.91 | 26.28 | 7.48 | - |
| YUV | 121.7 | 88.66 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 158 | 52 | 0.51 | 0 | 0.67 | 0.38 | 105.85 | 0.5 | 0.41 |
| Hex | 4D | 9E | 34 | 33 | 0 | 43 | 26 | 6A | 32 | 29 |
| Octal | 115 | 236 | 64 | 63 | 0 | 103 | 46 | 152 | 62 | 51 |
| Binary | 1001101 | 10011110 | 110100 | 110011 | 0 | 1000011 | 100110 | 1101010 | 110010 | 101001 |
Color Harmonies of #4D9E34
Complementary color
Monochromatic Colors of #4D9E34
Black with #4D9E34
Text Example
Text Example
White with #4D9E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9E34; }
p { color: rgb(77,158,52); }
H1.HeaderClassName
{
color: #4D9E34;
}
.AnyTagClassName
{
color: #4D9E34;
}
</style>
background-color css
<style>
a { background-color: #4D9E34; }
a { background-color: rgb(77,158,52); }
div.DivClassName
{
background-color: #4D9E34;
}
.BgClassName
{
background-color: #4D9E34;
}
</style>
border-color css
<style>
span { border-color: #4D9E34; }
span { border-color: rgb(77,158,52); }
td.TdClassName
{
border-color: #4D9E34;
}
.TagClassName
{
border-color: #4D9E34;
}
</style>