Shades of La Palma #4D881E
Tints of La Palma #4D881E
RGB
CMYK
RGB Variations
Color information
#4D881E (or 0x4D881E) is known color: La Palma. HEX triplet: 4D, 88 and 1E. RGB value is (77,136,30). Sum of RGB (Red+Green+Blue) = 77+136+30=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #4D881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D881E is #B277E1. Grayscale: #6A6A6A. Windows color (decimal): -11696098 or 2000973. OLE color: 2000973.
HSL color Cylindrical-coordinate representation of color #4D881E: hue angle of 93.4º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D881E is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 136 | 30 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.47 |
| HSL | 93.4º | 0.64% | 0.33% | - |
| HSV(B) | 93.4º | 0.78% | 0.53% | - |
| XYZ | 12.1 | 19.28 | 4.31 | - |
| YUV | 106.28 | 84.95 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 30 | 0.43 | 0 | 0.78 | 0.47 | 93.4 | 0.64 | 0.33 |
| Hex | 4D | 88 | 1E | 2B | 0 | 4E | 2F | 5D | 40 | 21 |
| Octal | 115 | 210 | 36 | 53 | 0 | 116 | 57 | 135 | 100 | 41 |
| Binary | 1001101 | 10001000 | 11110 | 101011 | 0 | 1001110 | 101111 | 1011101 | 1000000 | 100001 |
Color Harmonies of #4D881E
Complementary color
Monochromatic Colors of #4D881E
Black with #4D881E
Text Example
Text Example
White with #4D881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D881E; }
p { color: rgb(77,136,30); }
H1.HeaderClassName
{
color: #4D881E;
}
.AnyTagClassName
{
color: #4D881E;
}
</style>
background-color css
<style>
a { background-color: #4D881E; }
a { background-color: rgb(77,136,30); }
div.DivClassName
{
background-color: #4D881E;
}
.BgClassName
{
background-color: #4D881E;
}
</style>
border-color css
<style>
span { border-color: #4D881E; }
span { border-color: rgb(77,136,30); }
td.TdClassName
{
border-color: #4D881E;
}
.TagClassName
{
border-color: #4D881E;
}
</style>