Shades of La Palma #4D9420
Tints of La Palma #4D9420
RGB
CMYK
RGB Variations
Color information
#4D9420 (or 0x4D9420) is known color: La Palma. HEX triplet: 4D, 94 and 20. RGB value is (77,148,32). Sum of RGB (Red+Green+Blue) = 77+148+32=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #4D9420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9420 is #B26BDF. Grayscale: #717171. Windows color (decimal): -11693024 or 2135117. OLE color: 2135117.
HSL color Cylindrical-coordinate representation of color #4D9420: hue angle of 96.72º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D9420 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 148 | 32 | - |
| CMYK | 0.48 | 0 | 0.78 | 0.42 |
| HSL | 96.72º | 0.64% | 0.35% | - |
| HSV(B) | 96.72º | 0.78% | 0.58% | - |
| XYZ | 13.91 | 22.86 | 5.05 | - |
| YUV | 113.55 | 81.98 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 32 | 0.48 | 0 | 0.78 | 0.42 | 96.72 | 0.64 | 0.35 |
| Hex | 4D | 94 | 20 | 30 | 0 | 4E | 2A | 61 | 40 | 23 |
| Octal | 115 | 224 | 40 | 60 | 0 | 116 | 52 | 141 | 100 | 43 |
| Binary | 1001101 | 10010100 | 100000 | 110000 | 0 | 1001110 | 101010 | 1100001 | 1000000 | 100011 |
Color Harmonies of #4D9420
Complementary color
Monochromatic Colors of #4D9420
Black with #4D9420
Text Example
Text Example
White with #4D9420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9420; }
p { color: rgb(77,148,32); }
H1.HeaderClassName
{
color: #4D9420;
}
.AnyTagClassName
{
color: #4D9420;
}
</style>
background-color css
<style>
a { background-color: #4D9420; }
a { background-color: rgb(77,148,32); }
div.DivClassName
{
background-color: #4D9420;
}
.BgClassName
{
background-color: #4D9420;
}
</style>
border-color css
<style>
span { border-color: #4D9420; }
span { border-color: rgb(77,148,32); }
td.TdClassName
{
border-color: #4D9420;
}
.TagClassName
{
border-color: #4D9420;
}
</style>