Shades of La Palma #4C932C
Tints of La Palma #4C932C
RGB
CMYK
RGB Variations
Color information
#4C932C (or 0x4C932C) is known color: La Palma. HEX triplet: 4C, 93 and 2C. RGB value is (76,147,44). Sum of RGB (Red+Green+Blue) = 76+147+44=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #4C932C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C932C is #B36CD3. Grayscale: #727272. Windows color (decimal): -11758804 or 2921292. OLE color: 2921292.
HSL color Cylindrical-coordinate representation of color #4C932C: hue angle of 101.36º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C932C is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 147 | 44 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.42 |
| HSL | 101.36º | 0.54% | 0.37% | - |
| HSV(B) | 101.36º | 0.7% | 0.58% | - |
| XYZ | 13.87 | 22.59 | 6.01 | - |
| YUV | 114.03 | 88.48 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 147 | 44 | 0.48 | 0 | 0.70 | 0.42 | 101.36 | 0.54 | 0.37 |
| Hex | 4C | 93 | 2C | 30 | 0 | 46 | 2A | 65 | 36 | 25 |
| Octal | 114 | 223 | 54 | 60 | 0 | 106 | 52 | 145 | 66 | 45 |
| Binary | 1001100 | 10010011 | 101100 | 110000 | 0 | 1000110 | 101010 | 1100101 | 110110 | 100101 |
Color Harmonies of #4C932C
Complementary color
Monochromatic Colors of #4C932C
Black with #4C932C
Text Example
Text Example
White with #4C932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C932C; }
p { color: rgb(76,147,44); }
H1.HeaderClassName
{
color: #4C932C;
}
.AnyTagClassName
{
color: #4C932C;
}
</style>
background-color css
<style>
a { background-color: #4C932C; }
a { background-color: rgb(76,147,44); }
div.DivClassName
{
background-color: #4C932C;
}
.BgClassName
{
background-color: #4C932C;
}
</style>
border-color css
<style>
span { border-color: #4C932C; }
span { border-color: rgb(76,147,44); }
td.TdClassName
{
border-color: #4C932C;
}
.TagClassName
{
border-color: #4C932C;
}
</style>