Shades of La Palma #4C912C
Tints of La Palma #4C912C
RGB
CMYK
RGB Variations
Color information
#4C912C (or 0x4C912C) is known color: La Palma. HEX triplet: 4C, 91 and 2C. RGB value is (76,145,44). Sum of RGB (Red+Green+Blue) = 76+145+44=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #4C912C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C912C is #B36ED3. Grayscale: #717171. Windows color (decimal): -11759316 or 2920780. OLE color: 2920780.
HSL color Cylindrical-coordinate representation of color #4C912C: hue angle of 100.99º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C912C is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 145 | 44 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.43 |
| HSL | 100.99º | 0.53% | 0.37% | - |
| HSV(B) | 100.99º | 0.7% | 0.57% | - |
| XYZ | 13.56 | 21.97 | 5.91 | - |
| YUV | 112.86 | 89.14 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 145 | 44 | 0.48 | 0 | 0.70 | 0.43 | 100.99 | 0.53 | 0.37 |
| Hex | 4C | 91 | 2C | 30 | 0 | 46 | 2B | 65 | 35 | 25 |
| Octal | 114 | 221 | 54 | 60 | 0 | 106 | 53 | 145 | 65 | 45 |
| Binary | 1001100 | 10010001 | 101100 | 110000 | 0 | 1000110 | 101011 | 1100101 | 110101 | 100101 |
Color Harmonies of #4C912C
Complementary color
Monochromatic Colors of #4C912C
Black with #4C912C
Text Example
Text Example
White with #4C912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C912C; }
p { color: rgb(76,145,44); }
H1.HeaderClassName
{
color: #4C912C;
}
.AnyTagClassName
{
color: #4C912C;
}
</style>
background-color css
<style>
a { background-color: #4C912C; }
a { background-color: rgb(76,145,44); }
div.DivClassName
{
background-color: #4C912C;
}
.BgClassName
{
background-color: #4C912C;
}
</style>
border-color css
<style>
span { border-color: #4C912C; }
span { border-color: rgb(76,145,44); }
td.TdClassName
{
border-color: #4C912C;
}
.TagClassName
{
border-color: #4C912C;
}
</style>