Shades of La Palma #4C8830
Tints of La Palma #4C8830
RGB
CMYK
RGB Variations
Color information
#4C8830 (or 0x4C8830) is known color: La Palma. HEX triplet: 4C, 88 and 30. RGB value is (76,136,48). Sum of RGB (Red+Green+Blue) = 76+136+48=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #4C8830 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8830 is #B377CF. Grayscale: #6C6C6C. Windows color (decimal): -11761616 or 3180620. OLE color: 3180620.
HSL color Cylindrical-coordinate representation of color #4C8830: hue angle of 100.91º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C8830 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 136 | 48 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.47 |
| HSL | 100.91º | 0.48% | 0.36% | - |
| HSV(B) | 100.91º | 0.65% | 0.53% | - |
| XYZ | 12.32 | 19.36 | 5.88 | - |
| YUV | 108.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 136 | 48 | 0.44 | 0 | 0.65 | 0.47 | 100.91 | 0.48 | 0.36 |
| Hex | 4C | 88 | 30 | 2C | 0 | 41 | 2F | 65 | 30 | 24 |
| Octal | 114 | 210 | 60 | 54 | 0 | 101 | 57 | 145 | 60 | 44 |
| Binary | 1001100 | 10001000 | 110000 | 101100 | 0 | 1000001 | 101111 | 1100101 | 110000 | 100100 |
Color Harmonies of #4C8830
Complementary color
Monochromatic Colors of #4C8830
Black with #4C8830
Text Example
Text Example
White with #4C8830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8830; }
p { color: rgb(76,136,48); }
H1.HeaderClassName
{
color: #4C8830;
}
.AnyTagClassName
{
color: #4C8830;
}
</style>
background-color css
<style>
a { background-color: #4C8830; }
a { background-color: rgb(76,136,48); }
div.DivClassName
{
background-color: #4C8830;
}
.BgClassName
{
background-color: #4C8830;
}
</style>
border-color css
<style>
span { border-color: #4C8830; }
span { border-color: rgb(76,136,48); }
td.TdClassName
{
border-color: #4C8830;
}
.TagClassName
{
border-color: #4C8830;
}
</style>