Shades of La Palma #4C802C
Tints of La Palma #4C802C
RGB
CMYK
RGB Variations
Color information
#4C802C (or 0x4C802C) is known color: La Palma. HEX triplet: 4C, 80 and 2C. RGB value is (76,128,44). Sum of RGB (Red+Green+Blue) = 76+128+44=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #4C802C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C802C is #B37FD3. Grayscale: #676767. Windows color (decimal): -11763668 or 2916428. OLE color: 2916428.
HSL color Cylindrical-coordinate representation of color #4C802C: hue angle of 97.14º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C802C is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 128 | 44 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.50 |
| HSL | 97.14º | 0.49% | 0.34% | - |
| HSV(B) | 97.14º | 0.66% | 0.5% | - |
| XYZ | 11.15 | 17.16 | 5.11 | - |
| YUV | 102.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 128 | 44 | 0.41 | 0 | 0.66 | 0.50 | 97.14 | 0.49 | 0.34 |
| Hex | 4C | 80 | 2C | 29 | 0 | 42 | 32 | 61 | 31 | 22 |
| Octal | 114 | 200 | 54 | 51 | 0 | 102 | 62 | 141 | 61 | 42 |
| Binary | 1001100 | 10000000 | 101100 | 101001 | 0 | 1000010 | 110010 | 1100001 | 110001 | 100010 |
Color Harmonies of #4C802C
Complementary color
Monochromatic Colors of #4C802C
Black with #4C802C
Text Example
Text Example
White with #4C802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C802C; }
p { color: rgb(76,128,44); }
H1.HeaderClassName
{
color: #4C802C;
}
.AnyTagClassName
{
color: #4C802C;
}
</style>
background-color css
<style>
a { background-color: #4C802C; }
a { background-color: rgb(76,128,44); }
div.DivClassName
{
background-color: #4C802C;
}
.BgClassName
{
background-color: #4C802C;
}
</style>
border-color css
<style>
span { border-color: #4C802C; }
span { border-color: rgb(76,128,44); }
td.TdClassName
{
border-color: #4C802C;
}
.TagClassName
{
border-color: #4C802C;
}
</style>