Shades of La Palma #4D9B3A
Tints of La Palma #4D9B3A
RGB
CMYK
RGB Variations
Color information
#4D9B3A (or 0x4D9B3A) is known color: La Palma. HEX triplet: 4D, 9B and 3A. RGB value is (77,155,58). Sum of RGB (Red+Green+Blue) = 77+155+58=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9B3A is #B264C5. Grayscale: #787878. Windows color (decimal): -11691206 or 3840845. OLE color: 3840845.
HSL color Cylindrical-coordinate representation of color #4D9B3A: hue angle of 108.25º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D9B3A is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 155 | 58 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.39 |
| HSL | 108.25º | 0.46% | 0.42% | - |
| HSV(B) | 108.25º | 0.63% | 0.61% | - |
| XYZ | 15.55 | 25.33 | 8.07 | - |
| YUV | 120.62 | 92.66 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 58 | 0.50 | 0 | 0.63 | 0.39 | 108.25 | 0.46 | 0.42 |
| Hex | 4D | 9B | 3A | 32 | 0 | 3F | 27 | 6C | 2E | 2A |
| Octal | 115 | 233 | 72 | 62 | 0 | 77 | 47 | 154 | 56 | 52 |
| Binary | 1001101 | 10011011 | 111010 | 110010 | 0 | 111111 | 100111 | 1101100 | 101110 | 101010 |
Color Harmonies of #4D9B3A
Complementary color
Monochromatic Colors of #4D9B3A
Black with #4D9B3A
Text Example
Text Example
White with #4D9B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B3A; }
p { color: rgb(77,155,58); }
H1.HeaderClassName
{
color: #4D9B3A;
}
.AnyTagClassName
{
color: #4D9B3A;
}
</style>
background-color css
<style>
a { background-color: #4D9B3A; }
a { background-color: rgb(77,155,58); }
div.DivClassName
{
background-color: #4D9B3A;
}
.BgClassName
{
background-color: #4D9B3A;
}
</style>
border-color css
<style>
span { border-color: #4D9B3A; }
span { border-color: rgb(77,155,58); }
td.TdClassName
{
border-color: #4D9B3A;
}
.TagClassName
{
border-color: #4D9B3A;
}
</style>