Shades of La Palma #4C882C
Tints of La Palma #4C882C
RGB
CMYK
RGB Variations
Color information
#4C882C (or 0x4C882C) is known color: La Palma. HEX triplet: 4C, 88 and 2C. RGB value is (76,136,44). Sum of RGB (Red+Green+Blue) = 76+136+44=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #4C882C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C882C is #B377D3. Grayscale: #6B6B6B. Windows color (decimal): -11761620 or 2918476. OLE color: 2918476.
HSL color Cylindrical-coordinate representation of color #4C882C: hue angle of 99.13º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C882C is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 136 | 44 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.47 |
| HSL | 99.13º | 0.51% | 0.35% | - |
| HSV(B) | 99.13º | 0.68% | 0.53% | - |
| XYZ | 12.24 | 19.33 | 5.47 | - |
| YUV | 107.57 | 92.12 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 136 | 44 | 0.44 | 0 | 0.68 | 0.47 | 99.13 | 0.51 | 0.35 |
| Hex | 4C | 88 | 2C | 2C | 0 | 44 | 2F | 63 | 33 | 23 |
| Octal | 114 | 210 | 54 | 54 | 0 | 104 | 57 | 143 | 63 | 43 |
| Binary | 1001100 | 10001000 | 101100 | 101100 | 0 | 1000100 | 101111 | 1100011 | 110011 | 100011 |
Color Harmonies of #4C882C
Complementary color
Monochromatic Colors of #4C882C
Black with #4C882C
Text Example
Text Example
White with #4C882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C882C; }
p { color: rgb(76,136,44); }
H1.HeaderClassName
{
color: #4C882C;
}
.AnyTagClassName
{
color: #4C882C;
}
</style>
background-color css
<style>
a { background-color: #4C882C; }
a { background-color: rgb(76,136,44); }
div.DivClassName
{
background-color: #4C882C;
}
.BgClassName
{
background-color: #4C882C;
}
</style>
border-color css
<style>
span { border-color: #4C882C; }
span { border-color: rgb(76,136,44); }
td.TdClassName
{
border-color: #4C882C;
}
.TagClassName
{
border-color: #4C882C;
}
</style>