Shades of La Palma #4D8531
Tints of La Palma #4D8531
RGB
CMYK
RGB Variations
Color information
#4D8531 (or 0x4D8531) is known color: La Palma. HEX triplet: 4D, 85 and 31. RGB value is (77,133,49). Sum of RGB (Red+Green+Blue) = 77+133+49=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8531 is #B27ACE. Grayscale: #6A6A6A. Windows color (decimal): -11696847 or 3245389. OLE color: 3245389.
HSL color Cylindrical-coordinate representation of color #4D8531: hue angle of 100º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D8531 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 49 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.48 |
| HSL | 100º | 0.46% | 0.36% | - |
| HSV(B) | 100º | 0.63% | 0.52% | - |
| XYZ | 12 | 18.57 | 5.86 | - |
| YUV | 106.68 | 95.45 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 49 | 0.42 | 0 | 0.63 | 0.48 | 100 | 0.46 | 0.36 |
| Hex | 4D | 85 | 31 | 2A | 0 | 3F | 30 | 64 | 2E | 24 |
| Octal | 115 | 205 | 61 | 52 | 0 | 77 | 60 | 144 | 56 | 44 |
| Binary | 1001101 | 10000101 | 110001 | 101010 | 0 | 111111 | 110000 | 1100100 | 101110 | 100100 |
Color Harmonies of #4D8531
Complementary color
Monochromatic Colors of #4D8531
Black with #4D8531
Text Example
Text Example
White with #4D8531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8531; }
p { color: rgb(77,133,49); }
H1.HeaderClassName
{
color: #4D8531;
}
.AnyTagClassName
{
color: #4D8531;
}
</style>
background-color css
<style>
a { background-color: #4D8531; }
a { background-color: rgb(77,133,49); }
div.DivClassName
{
background-color: #4D8531;
}
.BgClassName
{
background-color: #4D8531;
}
</style>
border-color css
<style>
span { border-color: #4D8531; }
span { border-color: rgb(77,133,49); }
td.TdClassName
{
border-color: #4D8531;
}
.TagClassName
{
border-color: #4D8531;
}
</style>