Shades of La Palma #4C8D38
Tints of La Palma #4C8D38
RGB
CMYK
RGB Variations
Color information
#4C8D38 (or 0x4C8D38) is known color: La Palma. HEX triplet: 4C, 8D and 38. RGB value is (76,141,56). Sum of RGB (Red+Green+Blue) = 76+141+56=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8D38 is #B372C7. Grayscale: #707070. Windows color (decimal): -11760328 or 3706188. OLE color: 3706188.
HSL color Cylindrical-coordinate representation of color #4C8D38: hue angle of 105.88º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C8D38 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 141 | 56 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.45 |
| HSL | 105.88º | 0.43% | 0.39% | - |
| HSV(B) | 105.88º | 0.6% | 0.55% | - |
| XYZ | 13.22 | 20.87 | 7.07 | - |
| YUV | 111.88 | 96.47 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 141 | 56 | 0.46 | 0 | 0.60 | 0.45 | 105.88 | 0.43 | 0.39 |
| Hex | 4C | 8D | 38 | 2E | 0 | 3C | 2D | 6A | 2B | 27 |
| Octal | 114 | 215 | 70 | 56 | 0 | 74 | 55 | 152 | 53 | 47 |
| Binary | 1001100 | 10001101 | 111000 | 101110 | 0 | 111100 | 101101 | 1101010 | 101011 | 100111 |
Color Harmonies of #4C8D38
Complementary color
Monochromatic Colors of #4C8D38
Black with #4C8D38
Text Example
Text Example
White with #4C8D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8D38; }
p { color: rgb(76,141,56); }
H1.HeaderClassName
{
color: #4C8D38;
}
.AnyTagClassName
{
color: #4C8D38;
}
</style>
background-color css
<style>
a { background-color: #4C8D38; }
a { background-color: rgb(76,141,56); }
div.DivClassName
{
background-color: #4C8D38;
}
.BgClassName
{
background-color: #4C8D38;
}
</style>
border-color css
<style>
span { border-color: #4C8D38; }
span { border-color: rgb(76,141,56); }
td.TdClassName
{
border-color: #4C8D38;
}
.TagClassName
{
border-color: #4C8D38;
}
</style>