Shades of La Palma #4C942B
Tints of La Palma #4C942B
RGB
CMYK
RGB Variations
Color information
#4C942B (or 0x4C942B) is known color: La Palma. HEX triplet: 4C, 94 and 2B. RGB value is (76,148,43). Sum of RGB (Red+Green+Blue) = 76+148+43=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #4C942B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C942B is #B36BD4. Grayscale: #727272. Windows color (decimal): -11758549 or 2856012. OLE color: 2856012.
HSL color Cylindrical-coordinate representation of color #4C942B: hue angle of 101.14º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C942B is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 148 | 43 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.42 |
| HSL | 101.14º | 0.55% | 0.37% | - |
| HSV(B) | 101.14º | 0.71% | 0.58% | - |
| XYZ | 14.01 | 22.89 | 5.97 | - |
| YUV | 114.5 | 87.65 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 148 | 43 | 0.49 | 0 | 0.71 | 0.42 | 101.14 | 0.55 | 0.37 |
| Hex | 4C | 94 | 2B | 31 | 0 | 47 | 2A | 65 | 37 | 25 |
| Octal | 114 | 224 | 53 | 61 | 0 | 107 | 52 | 145 | 67 | 45 |
| Binary | 1001100 | 10010100 | 101011 | 110001 | 0 | 1000111 | 101010 | 1100101 | 110111 | 100101 |
Color Harmonies of #4C942B
Complementary color
Monochromatic Colors of #4C942B
Black with #4C942B
Text Example
Text Example
White with #4C942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C942B; }
p { color: rgb(76,148,43); }
H1.HeaderClassName
{
color: #4C942B;
}
.AnyTagClassName
{
color: #4C942B;
}
</style>
background-color css
<style>
a { background-color: #4C942B; }
a { background-color: rgb(76,148,43); }
div.DivClassName
{
background-color: #4C942B;
}
.BgClassName
{
background-color: #4C942B;
}
</style>
border-color css
<style>
span { border-color: #4C942B; }
span { border-color: rgb(76,148,43); }
td.TdClassName
{
border-color: #4C942B;
}
.TagClassName
{
border-color: #4C942B;
}
</style>