Shades of La Palma #4C861D
Tints of La Palma #4C861D
RGB
CMYK
RGB Variations
Color information
#4C861D (or 0x4C861D) is known color: La Palma. HEX triplet: 4C, 86 and 1D. RGB value is (76,134,29). Sum of RGB (Red+Green+Blue) = 76+134+29=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 134 (52.73% from 255 or 56.07% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 134 - color contains mainly: green. Hex color #4C861D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C861D is #B379E2. Grayscale: #696969. Windows color (decimal): -11762147 or 1934924. OLE color: 1934924.
HSL color Cylindrical-coordinate representation of color #4C861D: hue angle of 93.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C861D is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 134 | 29 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.47 |
| HSL | 93.14º | 0.64% | 0.32% | - |
| HSV(B) | 93.14º | 0.78% | 0.53% | - |
| XYZ | 11.73 | 18.68 | 4.15 | - |
| YUV | 104.69 | 85.28 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 134 | 29 | 0.43 | 0 | 0.78 | 0.47 | 93.14 | 0.64 | 0.32 |
| Hex | 4C | 86 | 1D | 2B | 0 | 4E | 2F | 5D | 40 | 20 |
| Octal | 114 | 206 | 35 | 53 | 0 | 116 | 57 | 135 | 100 | 40 |
| Binary | 1001100 | 10000110 | 11101 | 101011 | 0 | 1001110 | 101111 | 1011101 | 1000000 | 100000 |
Color Harmonies of #4C861D
Complementary color
Monochromatic Colors of #4C861D
Black with #4C861D
Text Example
Text Example
White with #4C861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C861D; }
p { color: rgb(76,134,29); }
H1.HeaderClassName
{
color: #4C861D;
}
.AnyTagClassName
{
color: #4C861D;
}
</style>
background-color css
<style>
a { background-color: #4C861D; }
a { background-color: rgb(76,134,29); }
div.DivClassName
{
background-color: #4C861D;
}
.BgClassName
{
background-color: #4C861D;
}
</style>
border-color css
<style>
span { border-color: #4C861D; }
span { border-color: rgb(76,134,29); }
td.TdClassName
{
border-color: #4C861D;
}
.TagClassName
{
border-color: #4C861D;
}
</style>