Shades of La Palma #4D8832
Tints of La Palma #4D8832
RGB
CMYK
RGB Variations
Color information
#4D8832 (or 0x4D8832) is known color: La Palma. HEX triplet: 4D, 88 and 32. RGB value is (77,136,50). Sum of RGB (Red+Green+Blue) = 77+136+50=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #4D8832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8832 is #B277CD. Grayscale: #6C6C6C. Windows color (decimal): -11696078 or 3311693. OLE color: 3311693.
HSL color Cylindrical-coordinate representation of color #4D8832: hue angle of 101.16º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D8832 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 136 | 50 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.47 |
| HSL | 101.16º | 0.46% | 0.36% | - |
| HSV(B) | 101.16º | 0.63% | 0.53% | - |
| XYZ | 12.44 | 19.42 | 6.11 | - |
| YUV | 108.56 | 94.95 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 50 | 0.43 | 0 | 0.63 | 0.47 | 101.16 | 0.46 | 0.36 |
| Hex | 4D | 88 | 32 | 2B | 0 | 3F | 2F | 65 | 2E | 24 |
| Octal | 115 | 210 | 62 | 53 | 0 | 77 | 57 | 145 | 56 | 44 |
| Binary | 1001101 | 10001000 | 110010 | 101011 | 0 | 111111 | 101111 | 1100101 | 101110 | 100100 |
Color Harmonies of #4D8832
Complementary color
Monochromatic Colors of #4D8832
Black with #4D8832
Text Example
Text Example
White with #4D8832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8832; }
p { color: rgb(77,136,50); }
H1.HeaderClassName
{
color: #4D8832;
}
.AnyTagClassName
{
color: #4D8832;
}
</style>
background-color css
<style>
a { background-color: #4D8832; }
a { background-color: rgb(77,136,50); }
div.DivClassName
{
background-color: #4D8832;
}
.BgClassName
{
background-color: #4D8832;
}
</style>
border-color css
<style>
span { border-color: #4D8832; }
span { border-color: rgb(77,136,50); }
td.TdClassName
{
border-color: #4D8832;
}
.TagClassName
{
border-color: #4D8832;
}
</style>