Shades of La Palma #4DA131
Tints of La Palma #4DA131
RGB
CMYK
RGB Variations
Color information
#4DA131 (or 0x4DA131) is known color: La Palma. HEX triplet: 4D, A1 and 31. RGB value is (77,161,49). Sum of RGB (Red+Green+Blue) = 77+161+49=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA131 is #B25ECE. Grayscale: #7B7B7B. Windows color (decimal): -11689679 or 3252557. OLE color: 3252557.
HSL color Cylindrical-coordinate representation of color #4DA131: hue angle of 105º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DA131 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 49 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.37 |
| HSL | 105º | 0.53% | 0.41% | - |
| HSV(B) | 105º | 0.7% | 0.63% | - |
| XYZ | 16.36 | 27.29 | 7.31 | - |
| YUV | 123.12 | 86.17 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 49 | 0.52 | 0 | 0.70 | 0.37 | 105 | 0.53 | 0.41 |
| Hex | 4D | A1 | 31 | 34 | 0 | 46 | 25 | 69 | 35 | 29 |
| Octal | 115 | 241 | 61 | 64 | 0 | 106 | 45 | 151 | 65 | 51 |
| Binary | 1001101 | 10100001 | 110001 | 110100 | 0 | 1000110 | 100101 | 1101001 | 110101 | 101001 |
Color Harmonies of #4DA131
Complementary color
Monochromatic Colors of #4DA131
Black with #4DA131
Text Example
Text Example
White with #4DA131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA131; }
p { color: rgb(77,161,49); }
H1.HeaderClassName
{
color: #4DA131;
}
.AnyTagClassName
{
color: #4DA131;
}
</style>
background-color css
<style>
a { background-color: #4DA131; }
a { background-color: rgb(77,161,49); }
div.DivClassName
{
background-color: #4DA131;
}
.BgClassName
{
background-color: #4DA131;
}
</style>
border-color css
<style>
span { border-color: #4DA131; }
span { border-color: rgb(77,161,49); }
td.TdClassName
{
border-color: #4DA131;
}
.TagClassName
{
border-color: #4DA131;
}
</style>