Shades of La Palma #4D8830
Tints of La Palma #4D8830
RGB
CMYK
RGB Variations
Color information
#4D8830 (or 0x4D8830) is known color: La Palma. HEX triplet: 4D, 88 and 30. RGB value is (77,136,48). Sum of RGB (Red+Green+Blue) = 77+136+48=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #4D8830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8830 is #B277CF. Grayscale: #6C6C6C. Windows color (decimal): -11696080 or 3180621. OLE color: 3180621.
HSL color Cylindrical-coordinate representation of color #4D8830: hue angle of 100.23º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D8830 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 136 | 48 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.47 |
| HSL | 100.23º | 0.48% | 0.36% | - |
| HSV(B) | 100.23º | 0.65% | 0.53% | - |
| XYZ | 12.4 | 19.4 | 5.89 | - |
| YUV | 108.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 48 | 0.43 | 0 | 0.65 | 0.47 | 100.23 | 0.48 | 0.36 |
| Hex | 4D | 88 | 30 | 2B | 0 | 41 | 2F | 64 | 30 | 24 |
| Octal | 115 | 210 | 60 | 53 | 0 | 101 | 57 | 144 | 60 | 44 |
| Binary | 1001101 | 10001000 | 110000 | 101011 | 0 | 1000001 | 101111 | 1100100 | 110000 | 100100 |
Color Harmonies of #4D8830
Complementary color
Monochromatic Colors of #4D8830
Black with #4D8830
Text Example
Text Example
White with #4D8830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8830; }
p { color: rgb(77,136,48); }
H1.HeaderClassName
{
color: #4D8830;
}
.AnyTagClassName
{
color: #4D8830;
}
</style>
background-color css
<style>
a { background-color: #4D8830; }
a { background-color: rgb(77,136,48); }
div.DivClassName
{
background-color: #4D8830;
}
.BgClassName
{
background-color: #4D8830;
}
</style>
border-color css
<style>
span { border-color: #4D8830; }
span { border-color: rgb(77,136,48); }
td.TdClassName
{
border-color: #4D8830;
}
.TagClassName
{
border-color: #4D8830;
}
</style>