Shades of La Palma #4D8828
Tints of La Palma #4D8828
RGB
CMYK
RGB Variations
Color information
#4D8828 (or 0x4D8828) is known color: La Palma. HEX triplet: 4D, 88 and 28. RGB value is (77,136,40). Sum of RGB (Red+Green+Blue) = 77+136+40=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #4D8828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8828 is #B277D7. Grayscale: #6B6B6B. Windows color (decimal): -11696088 or 2656333. OLE color: 2656333.
HSL color Cylindrical-coordinate representation of color #4D8828: hue angle of 96.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D8828 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 136 | 40 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.47 |
| HSL | 96.88º | 0.55% | 0.35% | - |
| HSV(B) | 96.88º | 0.71% | 0.53% | - |
| XYZ | 12.25 | 19.34 | 5.09 | - |
| YUV | 107.42 | 89.95 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 40 | 0.43 | 0 | 0.71 | 0.47 | 96.88 | 0.55 | 0.35 |
| Hex | 4D | 88 | 28 | 2B | 0 | 47 | 2F | 61 | 37 | 23 |
| Octal | 115 | 210 | 50 | 53 | 0 | 107 | 57 | 141 | 67 | 43 |
| Binary | 1001101 | 10001000 | 101000 | 101011 | 0 | 1000111 | 101111 | 1100001 | 110111 | 100011 |
Color Harmonies of #4D8828
Complementary color
Monochromatic Colors of #4D8828
Black with #4D8828
Text Example
Text Example
White with #4D8828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8828; }
p { color: rgb(77,136,40); }
H1.HeaderClassName
{
color: #4D8828;
}
.AnyTagClassName
{
color: #4D8828;
}
</style>
background-color css
<style>
a { background-color: #4D8828; }
a { background-color: rgb(77,136,40); }
div.DivClassName
{
background-color: #4D8828;
}
.BgClassName
{
background-color: #4D8828;
}
</style>
border-color css
<style>
span { border-color: #4D8828; }
span { border-color: rgb(77,136,40); }
td.TdClassName
{
border-color: #4D8828;
}
.TagClassName
{
border-color: #4D8828;
}
</style>