Shades of La Palma #4C8831
Tints of La Palma #4C8831
RGB
CMYK
RGB Variations
Color information
#4C8831 (or 0x4C8831) is known color: La Palma. HEX triplet: 4C, 88 and 31. RGB value is (76,136,49). Sum of RGB (Red+Green+Blue) = 76+136+49=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #4C8831 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8831 is #B377CE. Grayscale: #6C6C6C. Windows color (decimal): -11761615 or 3246156. OLE color: 3246156.
HSL color Cylindrical-coordinate representation of color #4C8831: hue angle of 101.38º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C8831 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 136 | 49 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.47 |
| HSL | 101.38º | 0.47% | 0.36% | - |
| HSV(B) | 101.38º | 0.64% | 0.53% | - |
| XYZ | 12.34 | 19.37 | 5.99 | - |
| YUV | 108.14 | 94.62 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 136 | 49 | 0.44 | 0 | 0.64 | 0.47 | 101.38 | 0.47 | 0.36 |
| Hex | 4C | 88 | 31 | 2C | 0 | 40 | 2F | 65 | 2F | 24 |
| Octal | 114 | 210 | 61 | 54 | 0 | 100 | 57 | 145 | 57 | 44 |
| Binary | 1001100 | 10001000 | 110001 | 101100 | 0 | 1000000 | 101111 | 1100101 | 101111 | 100100 |
Color Harmonies of #4C8831
Complementary color
Monochromatic Colors of #4C8831
Black with #4C8831
Text Example
Text Example
White with #4C8831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8831; }
p { color: rgb(76,136,49); }
H1.HeaderClassName
{
color: #4C8831;
}
.AnyTagClassName
{
color: #4C8831;
}
</style>
background-color css
<style>
a { background-color: #4C8831; }
a { background-color: rgb(76,136,49); }
div.DivClassName
{
background-color: #4C8831;
}
.BgClassName
{
background-color: #4C8831;
}
</style>
border-color css
<style>
span { border-color: #4C8831; }
span { border-color: rgb(76,136,49); }
td.TdClassName
{
border-color: #4C8831;
}
.TagClassName
{
border-color: #4C8831;
}
</style>