Shades of La Palma #4C881F
Tints of La Palma #4C881F
RGB
CMYK
RGB Variations
Color information
#4C881F (or 0x4C881F) is known color: La Palma. HEX triplet: 4C, 88 and 1F. RGB value is (76,136,31). Sum of RGB (Red+Green+Blue) = 76+136+31=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #4C881F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C881F is #B377E0. Grayscale: #6A6A6A. Windows color (decimal): -11761633 or 2066508. OLE color: 2066508.
HSL color Cylindrical-coordinate representation of color #4C881F: hue angle of 94.29º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C881F is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 136 | 31 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.47 |
| HSL | 94.29º | 0.63% | 0.33% | - |
| HSV(B) | 94.29º | 0.77% | 0.53% | - |
| XYZ | 12.03 | 19.24 | 4.38 | - |
| YUV | 106.09 | 85.62 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 136 | 31 | 0.44 | 0 | 0.77 | 0.47 | 94.29 | 0.63 | 0.33 |
| Hex | 4C | 88 | 1F | 2C | 0 | 4D | 2F | 5E | 3F | 21 |
| Octal | 114 | 210 | 37 | 54 | 0 | 115 | 57 | 136 | 77 | 41 |
| Binary | 1001100 | 10001000 | 11111 | 101100 | 0 | 1001101 | 101111 | 1011110 | 111111 | 100001 |
Color Harmonies of #4C881F
Complementary color
Monochromatic Colors of #4C881F
Black with #4C881F
Text Example
Text Example
White with #4C881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C881F; }
p { color: rgb(76,136,31); }
H1.HeaderClassName
{
color: #4C881F;
}
.AnyTagClassName
{
color: #4C881F;
}
</style>
background-color css
<style>
a { background-color: #4C881F; }
a { background-color: rgb(76,136,31); }
div.DivClassName
{
background-color: #4C881F;
}
.BgClassName
{
background-color: #4C881F;
}
</style>
border-color css
<style>
span { border-color: #4C881F; }
span { border-color: rgb(76,136,31); }
td.TdClassName
{
border-color: #4C881F;
}
.TagClassName
{
border-color: #4C881F;
}
</style>