Shades of La Palma #4D9B2C
Tints of La Palma #4D9B2C
RGB
CMYK
RGB Variations
Color information
#4D9B2C (or 0x4D9B2C) is known color: La Palma. HEX triplet: 4D, 9B and 2C. RGB value is (77,155,44). Sum of RGB (Red+Green+Blue) = 77+155+44=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 155 (60.94% from 255 or 56.16% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9B2C is #B264D3. Grayscale: #777777. Windows color (decimal): -11691220 or 2923341. OLE color: 2923341.
HSL color Cylindrical-coordinate representation of color #4D9B2C: hue angle of 102.16º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D9B2C is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 155 | 44 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.39 |
| HSL | 102.16º | 0.56% | 0.39% | - |
| HSV(B) | 102.16º | 0.72% | 0.61% | - |
| XYZ | 15.24 | 25.2 | 6.44 | - |
| YUV | 119.02 | 85.66 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 44 | 0.50 | 0 | 0.72 | 0.39 | 102.16 | 0.56 | 0.39 |
| Hex | 4D | 9B | 2C | 32 | 0 | 48 | 27 | 66 | 38 | 27 |
| Octal | 115 | 233 | 54 | 62 | 0 | 110 | 47 | 146 | 70 | 47 |
| Binary | 1001101 | 10011011 | 101100 | 110010 | 0 | 1001000 | 100111 | 1100110 | 111000 | 100111 |
Color Harmonies of #4D9B2C
Complementary color
Monochromatic Colors of #4D9B2C
Black with #4D9B2C
Text Example
Text Example
White with #4D9B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B2C; }
p { color: rgb(77,155,44); }
H1.HeaderClassName
{
color: #4D9B2C;
}
.AnyTagClassName
{
color: #4D9B2C;
}
</style>
background-color css
<style>
a { background-color: #4D9B2C; }
a { background-color: rgb(77,155,44); }
div.DivClassName
{
background-color: #4D9B2C;
}
.BgClassName
{
background-color: #4D9B2C;
}
</style>
border-color css
<style>
span { border-color: #4D9B2C; }
span { border-color: rgb(77,155,44); }
td.TdClassName
{
border-color: #4D9B2C;
}
.TagClassName
{
border-color: #4D9B2C;
}
</style>