Shades of La Palma #4D942C
Tints of La Palma #4D942C
RGB
CMYK
RGB Variations
Color information
#4D942C (or 0x4D942C) is known color: La Palma. HEX triplet: 4D, 94 and 2C. RGB value is (77,148,44). Sum of RGB (Red+Green+Blue) = 77+148+44=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #4D942C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D942C is #B26BD3. Grayscale: #737373. Windows color (decimal): -11693012 or 2921549. OLE color: 2921549.
HSL color Cylindrical-coordinate representation of color #4D942C: hue angle of 100.96º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D942C is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 148 | 44 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.42 |
| HSL | 100.96º | 0.54% | 0.38% | - |
| HSV(B) | 100.96º | 0.7% | 0.58% | - |
| XYZ | 14.11 | 22.94 | 6.07 | - |
| YUV | 114.92 | 87.98 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 44 | 0.48 | 0 | 0.70 | 0.42 | 100.96 | 0.54 | 0.38 |
| Hex | 4D | 94 | 2C | 30 | 0 | 46 | 2A | 65 | 36 | 26 |
| Octal | 115 | 224 | 54 | 60 | 0 | 106 | 52 | 145 | 66 | 46 |
| Binary | 1001101 | 10010100 | 101100 | 110000 | 0 | 1000110 | 101010 | 1100101 | 110110 | 100110 |
Color Harmonies of #4D942C
Complementary color
Monochromatic Colors of #4D942C
Black with #4D942C
Text Example
Text Example
White with #4D942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D942C; }
p { color: rgb(77,148,44); }
H1.HeaderClassName
{
color: #4D942C;
}
.AnyTagClassName
{
color: #4D942C;
}
</style>
background-color css
<style>
a { background-color: #4D942C; }
a { background-color: rgb(77,148,44); }
div.DivClassName
{
background-color: #4D942C;
}
.BgClassName
{
background-color: #4D942C;
}
</style>
border-color css
<style>
span { border-color: #4D942C; }
span { border-color: rgb(77,148,44); }
td.TdClassName
{
border-color: #4D942C;
}
.TagClassName
{
border-color: #4D942C;
}
</style>