Shades of La Palma #4DA431
Tints of La Palma #4DA431
RGB
CMYK
RGB Variations
Color information
#4DA431 (or 0x4DA431) is known color: La Palma. HEX triplet: 4D, A4 and 31. RGB value is (77,164,49). Sum of RGB (Red+Green+Blue) = 77+164+49=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 164 (64.45% from 255 or 56.55% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA431 is #B25BCE. Grayscale: #7D7D7D. Windows color (decimal): -11688911 or 3253325. OLE color: 3253325.
HSL color Cylindrical-coordinate representation of color #4DA431: hue angle of 105.39º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DA431 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 164 | 49 | - |
| CMYK | 0.53 | 0 | 0.70 | 0.36 |
| HSL | 105.39º | 0.54% | 0.42% | - |
| HSV(B) | 105.39º | 0.7% | 0.64% | - |
| XYZ | 16.89 | 28.35 | 7.49 | - |
| YUV | 124.88 | 85.18 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 164 | 49 | 0.53 | 0 | 0.70 | 0.36 | 105.39 | 0.54 | 0.42 |
| Hex | 4D | A4 | 31 | 35 | 0 | 46 | 24 | 69 | 36 | 2A |
| Octal | 115 | 244 | 61 | 65 | 0 | 106 | 44 | 151 | 66 | 52 |
| Binary | 1001101 | 10100100 | 110001 | 110101 | 0 | 1000110 | 100100 | 1101001 | 110110 | 101010 |
Color Harmonies of #4DA431
Complementary color
Monochromatic Colors of #4DA431
Black with #4DA431
Text Example
Text Example
White with #4DA431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA431; }
p { color: rgb(77,164,49); }
H1.HeaderClassName
{
color: #4DA431;
}
.AnyTagClassName
{
color: #4DA431;
}
</style>
background-color css
<style>
a { background-color: #4DA431; }
a { background-color: rgb(77,164,49); }
div.DivClassName
{
background-color: #4DA431;
}
.BgClassName
{
background-color: #4DA431;
}
</style>
border-color css
<style>
span { border-color: #4DA431; }
span { border-color: rgb(77,164,49); }
td.TdClassName
{
border-color: #4DA431;
}
.TagClassName
{
border-color: #4DA431;
}
</style>