Shades of La Palma #4C881C
Tints of La Palma #4C881C
RGB
CMYK
RGB Variations
Color information
#4C881C (or 0x4C881C) is known color: La Palma. HEX triplet: 4C, 88 and 1C. RGB value is (76,136,28). Sum of RGB (Red+Green+Blue) = 76+136+28=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #4C881C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C881C is #B377E3. Grayscale: #6A6A6A. Windows color (decimal): -11761636 or 1869900. OLE color: 1869900.
HSL color Cylindrical-coordinate representation of color #4C881C: hue angle of 93.33º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C881C is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 136 | 28 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.47 |
| HSL | 93.33º | 0.66% | 0.32% | - |
| HSV(B) | 93.33º | 0.79% | 0.53% | - |
| XYZ | 11.99 | 19.23 | 4.18 | - |
| YUV | 105.75 | 84.12 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 136 | 28 | 0.44 | 0 | 0.79 | 0.47 | 93.33 | 0.66 | 0.32 |
| Hex | 4C | 88 | 1C | 2C | 0 | 4F | 2F | 5D | 42 | 20 |
| Octal | 114 | 210 | 34 | 54 | 0 | 117 | 57 | 135 | 102 | 40 |
| Binary | 1001100 | 10001000 | 11100 | 101100 | 0 | 1001111 | 101111 | 1011101 | 1000010 | 100000 |
Color Harmonies of #4C881C
Complementary color
Monochromatic Colors of #4C881C
Black with #4C881C
Text Example
Text Example
White with #4C881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C881C; }
p { color: rgb(76,136,28); }
H1.HeaderClassName
{
color: #4C881C;
}
.AnyTagClassName
{
color: #4C881C;
}
</style>
background-color css
<style>
a { background-color: #4C881C; }
a { background-color: rgb(76,136,28); }
div.DivClassName
{
background-color: #4C881C;
}
.BgClassName
{
background-color: #4C881C;
}
</style>
border-color css
<style>
span { border-color: #4C881C; }
span { border-color: rgb(76,136,28); }
td.TdClassName
{
border-color: #4C881C;
}
.TagClassName
{
border-color: #4C881C;
}
</style>