Shades of La Palma #4C8520
Tints of La Palma #4C8520
RGB
CMYK
RGB Variations
Color information
#4C8520 (or 0x4C8520) is known color: La Palma. HEX triplet: 4C, 85 and 20. RGB value is (76,133,32). Sum of RGB (Red+Green+Blue) = 76+133+32=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #4C8520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8520 is #B37ADF. Grayscale: #686868. Windows color (decimal): -11762400 or 2131276. OLE color: 2131276.
HSL color Cylindrical-coordinate representation of color #4C8520: hue angle of 93.86º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C8520 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 133 | 32 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.48 |
| HSL | 93.86º | 0.61% | 0.32% | - |
| HSV(B) | 93.86º | 0.76% | 0.52% | - |
| XYZ | 11.63 | 18.42 | 4.31 | - |
| YUV | 104.44 | 87.12 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 32 | 0.43 | 0 | 0.76 | 0.48 | 93.86 | 0.61 | 0.32 |
| Hex | 4C | 85 | 20 | 2B | 0 | 4C | 30 | 5E | 3D | 20 |
| Octal | 114 | 205 | 40 | 53 | 0 | 114 | 60 | 136 | 75 | 40 |
| Binary | 1001100 | 10000101 | 100000 | 101011 | 0 | 1001100 | 110000 | 1011110 | 111101 | 100000 |
Color Harmonies of #4C8520
Complementary color
Monochromatic Colors of #4C8520
Black with #4C8520
Text Example
Text Example
White with #4C8520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8520; }
p { color: rgb(76,133,32); }
H1.HeaderClassName
{
color: #4C8520;
}
.AnyTagClassName
{
color: #4C8520;
}
</style>
background-color css
<style>
a { background-color: #4C8520; }
a { background-color: rgb(76,133,32); }
div.DivClassName
{
background-color: #4C8520;
}
.BgClassName
{
background-color: #4C8520;
}
</style>
border-color css
<style>
span { border-color: #4C8520; }
span { border-color: rgb(76,133,32); }
td.TdClassName
{
border-color: #4C8520;
}
.TagClassName
{
border-color: #4C8520;
}
</style>