Shades of La Palma #4D8822
Tints of La Palma #4D8822
RGB
CMYK
RGB Variations
Color information
#4D8822 (or 0x4D8822) is known color: La Palma. HEX triplet: 4D, 88 and 22. RGB value is (77,136,34). Sum of RGB (Red+Green+Blue) = 77+136+34=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #4D8822 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8822 is #B277DD. Grayscale: #6B6B6B. Windows color (decimal): -11696094 or 2263117. OLE color: 2263117.
HSL color Cylindrical-coordinate representation of color #4D8822: hue angle of 94.71º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D8822 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 136 | 34 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.47 |
| HSL | 94.71º | 0.6% | 0.33% | - |
| HSV(B) | 94.71º | 0.75% | 0.53% | - |
| XYZ | 12.15 | 19.3 | 4.6 | - |
| YUV | 106.73 | 86.95 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 34 | 0.43 | 0 | 0.75 | 0.47 | 94.71 | 0.6 | 0.33 |
| Hex | 4D | 88 | 22 | 2B | 0 | 4B | 2F | 5F | 3C | 21 |
| Octal | 115 | 210 | 42 | 53 | 0 | 113 | 57 | 137 | 74 | 41 |
| Binary | 1001101 | 10001000 | 100010 | 101011 | 0 | 1001011 | 101111 | 1011111 | 111100 | 100001 |
Color Harmonies of #4D8822
Complementary color
Monochromatic Colors of #4D8822
Black with #4D8822
Text Example
Text Example
White with #4D8822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8822; }
p { color: rgb(77,136,34); }
H1.HeaderClassName
{
color: #4D8822;
}
.AnyTagClassName
{
color: #4D8822;
}
</style>
background-color css
<style>
a { background-color: #4D8822; }
a { background-color: rgb(77,136,34); }
div.DivClassName
{
background-color: #4D8822;
}
.BgClassName
{
background-color: #4D8822;
}
</style>
border-color css
<style>
span { border-color: #4D8822; }
span { border-color: rgb(77,136,34); }
td.TdClassName
{
border-color: #4D8822;
}
.TagClassName
{
border-color: #4D8822;
}
</style>