Shades of La Palma #4D8A37
Tints of La Palma #4D8A37
RGB
CMYK
RGB Variations
Color information
#4D8A37 (or 0x4D8A37) is known color: La Palma. HEX triplet: 4D, 8A and 37. RGB value is (77,138,55). Sum of RGB (Red+Green+Blue) = 77+138+55=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #4D8A37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8A37 is #B275C8. Grayscale: #6E6E6E. Windows color (decimal): -11695561 or 3639885. OLE color: 3639885.
HSL color Cylindrical-coordinate representation of color #4D8A37: hue angle of 104.1º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D8A37 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 138 | 55 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.46 |
| HSL | 104.1º | 0.43% | 0.38% | - |
| HSV(B) | 104.1º | 0.6% | 0.54% | - |
| XYZ | 12.84 | 20.03 | 6.8 | - |
| YUV | 110.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 138 | 55 | 0.44 | 0 | 0.60 | 0.46 | 104.1 | 0.43 | 0.38 |
| Hex | 4D | 8A | 37 | 2C | 0 | 3C | 2E | 68 | 2B | 26 |
| Octal | 115 | 212 | 67 | 54 | 0 | 74 | 56 | 150 | 53 | 46 |
| Binary | 1001101 | 10001010 | 110111 | 101100 | 0 | 111100 | 101110 | 1101000 | 101011 | 100110 |
Color Harmonies of #4D8A37
Complementary color
Monochromatic Colors of #4D8A37
Black with #4D8A37
Text Example
Text Example
White with #4D8A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8A37; }
p { color: rgb(77,138,55); }
H1.HeaderClassName
{
color: #4D8A37;
}
.AnyTagClassName
{
color: #4D8A37;
}
</style>
background-color css
<style>
a { background-color: #4D8A37; }
a { background-color: rgb(77,138,55); }
div.DivClassName
{
background-color: #4D8A37;
}
.BgClassName
{
background-color: #4D8A37;
}
</style>
border-color css
<style>
span { border-color: #4D8A37; }
span { border-color: rgb(77,138,55); }
td.TdClassName
{
border-color: #4D8A37;
}
.TagClassName
{
border-color: #4D8A37;
}
</style>