Shades of La Palma #4D982A
Tints of La Palma #4D982A
RGB
CMYK
RGB Variations
Color information
#4D982A (or 0x4D982A) is known color: La Palma. HEX triplet: 4D, 98 and 2A. RGB value is (77,152,42). Sum of RGB (Red+Green+Blue) = 77+152+42=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #4D982A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D982A is #B267D5. Grayscale: #757575. Windows color (decimal): -11691990 or 2791501. OLE color: 2791501.
HSL color Cylindrical-coordinate representation of color #4D982A: hue angle of 100.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D982A is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 152 | 42 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.40 |
| HSL | 100.91º | 0.57% | 0.38% | - |
| HSV(B) | 100.91º | 0.72% | 0.6% | - |
| XYZ | 14.71 | 24.2 | 6.09 | - |
| YUV | 117.04 | 85.65 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 152 | 42 | 0.49 | 0 | 0.72 | 0.40 | 100.91 | 0.57 | 0.38 |
| Hex | 4D | 98 | 2A | 31 | 0 | 48 | 28 | 65 | 39 | 26 |
| Octal | 115 | 230 | 52 | 61 | 0 | 110 | 50 | 145 | 71 | 46 |
| Binary | 1001101 | 10011000 | 101010 | 110001 | 0 | 1001000 | 101000 | 1100101 | 111001 | 100110 |
Color Harmonies of #4D982A
Complementary color
Monochromatic Colors of #4D982A
Black with #4D982A
Text Example
Text Example
White with #4D982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D982A; }
p { color: rgb(77,152,42); }
H1.HeaderClassName
{
color: #4D982A;
}
.AnyTagClassName
{
color: #4D982A;
}
</style>
background-color css
<style>
a { background-color: #4D982A; }
a { background-color: rgb(77,152,42); }
div.DivClassName
{
background-color: #4D982A;
}
.BgClassName
{
background-color: #4D982A;
}
</style>
border-color css
<style>
span { border-color: #4D982A; }
span { border-color: rgb(77,152,42); }
td.TdClassName
{
border-color: #4D982A;
}
.TagClassName
{
border-color: #4D982A;
}
</style>