Shades of La Palma #4C8828
Tints of La Palma #4C8828
RGB
CMYK
RGB Variations
Color information
#4C8828 (or 0x4C8828) is known color: La Palma. HEX triplet: 4C, 88 and 28. RGB value is (76,136,40). Sum of RGB (Red+Green+Blue) = 76+136+40=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #4C8828 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8828 is #B377D7. Grayscale: #6B6B6B. Windows color (decimal): -11761624 or 2656332. OLE color: 2656332.
HSL color Cylindrical-coordinate representation of color #4C8828: hue angle of 97.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C8828 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 136 | 40 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.47 |
| HSL | 97.5º | 0.55% | 0.35% | - |
| HSV(B) | 97.5º | 0.71% | 0.53% | - |
| XYZ | 12.17 | 19.3 | 5.09 | - |
| YUV | 107.12 | 90.12 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 136 | 40 | 0.44 | 0 | 0.71 | 0.47 | 97.5 | 0.55 | 0.35 |
| Hex | 4C | 88 | 28 | 2C | 0 | 47 | 2F | 62 | 37 | 23 |
| Octal | 114 | 210 | 50 | 54 | 0 | 107 | 57 | 142 | 67 | 43 |
| Binary | 1001100 | 10001000 | 101000 | 101100 | 0 | 1000111 | 101111 | 1100010 | 110111 | 100011 |
Color Harmonies of #4C8828
Complementary color
Monochromatic Colors of #4C8828
Black with #4C8828
Text Example
Text Example
White with #4C8828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8828; }
p { color: rgb(76,136,40); }
H1.HeaderClassName
{
color: #4C8828;
}
.AnyTagClassName
{
color: #4C8828;
}
</style>
background-color css
<style>
a { background-color: #4C8828; }
a { background-color: rgb(76,136,40); }
div.DivClassName
{
background-color: #4C8828;
}
.BgClassName
{
background-color: #4C8828;
}
</style>
border-color css
<style>
span { border-color: #4C8828; }
span { border-color: rgb(76,136,40); }
td.TdClassName
{
border-color: #4C8828;
}
.TagClassName
{
border-color: #4C8828;
}
</style>