Shades of La Palma #4C942D
Tints of La Palma #4C942D
RGB
CMYK
RGB Variations
Color information
#4C942D (or 0x4C942D) is known color: La Palma. HEX triplet: 4C, 94 and 2D. RGB value is (76,148,45). Sum of RGB (Red+Green+Blue) = 76+148+45=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #4C942D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C942D is #B36BD2. Grayscale: #737373. Windows color (decimal): -11758547 or 2987084. OLE color: 2987084.
HSL color Cylindrical-coordinate representation of color #4C942D: hue angle of 101.94º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C942D is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 148 | 45 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.42 |
| HSL | 101.94º | 0.53% | 0.38% | - |
| HSV(B) | 101.94º | 0.7% | 0.58% | - |
| XYZ | 14.04 | 22.91 | 6.16 | - |
| YUV | 114.73 | 88.65 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 148 | 45 | 0.49 | 0 | 0.70 | 0.42 | 101.94 | 0.53 | 0.38 |
| Hex | 4C | 94 | 2D | 31 | 0 | 46 | 2A | 66 | 35 | 26 |
| Octal | 114 | 224 | 55 | 61 | 0 | 106 | 52 | 146 | 65 | 46 |
| Binary | 1001100 | 10010100 | 101101 | 110001 | 0 | 1000110 | 101010 | 1100110 | 110101 | 100110 |
Color Harmonies of #4C942D
Complementary color
Monochromatic Colors of #4C942D
Black with #4C942D
Text Example
Text Example
White with #4C942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C942D; }
p { color: rgb(76,148,45); }
H1.HeaderClassName
{
color: #4C942D;
}
.AnyTagClassName
{
color: #4C942D;
}
</style>
background-color css
<style>
a { background-color: #4C942D; }
a { background-color: rgb(76,148,45); }
div.DivClassName
{
background-color: #4C942D;
}
.BgClassName
{
background-color: #4C942D;
}
</style>
border-color css
<style>
span { border-color: #4C942D; }
span { border-color: rgb(76,148,45); }
td.TdClassName
{
border-color: #4C942D;
}
.TagClassName
{
border-color: #4C942D;
}
</style>