Shades of La Palma #4C961E
Tints of La Palma #4C961E
RGB
CMYK
RGB Variations
Color information
#4C961E (or 0x4C961E) is known color: La Palma. HEX triplet: 4C, 96 and 1E. RGB value is (76,150,30). Sum of RGB (Red+Green+Blue) = 76+150+30=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #4C961E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C961E is #B369E1. Grayscale: #727272. Windows color (decimal): -11758050 or 2004556. OLE color: 2004556.
HSL color Cylindrical-coordinate representation of color #4C961E: hue angle of 97º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C961E is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 150 | 30 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.41 |
| HSL | 97º | 0.67% | 0.35% | - |
| HSV(B) | 97º | 0.8% | 0.59% | - |
| XYZ | 14.12 | 23.44 | 5.01 | - |
| YUV | 114.19 | 80.48 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 150 | 30 | 0.49 | 0 | 0.80 | 0.41 | 97 | 0.67 | 0.35 |
| Hex | 4C | 96 | 1E | 31 | 0 | 50 | 29 | 61 | 43 | 23 |
| Octal | 114 | 226 | 36 | 61 | 0 | 120 | 51 | 141 | 103 | 43 |
| Binary | 1001100 | 10010110 | 11110 | 110001 | 0 | 1010000 | 101001 | 1100001 | 1000011 | 100011 |
Color Harmonies of #4C961E
Complementary color
Monochromatic Colors of #4C961E
Black with #4C961E
Text Example
Text Example
White with #4C961E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C961E; }
p { color: rgb(76,150,30); }
H1.HeaderClassName
{
color: #4C961E;
}
.AnyTagClassName
{
color: #4C961E;
}
</style>
background-color css
<style>
a { background-color: #4C961E; }
a { background-color: rgb(76,150,30); }
div.DivClassName
{
background-color: #4C961E;
}
.BgClassName
{
background-color: #4C961E;
}
</style>
border-color css
<style>
span { border-color: #4C961E; }
span { border-color: rgb(76,150,30); }
td.TdClassName
{
border-color: #4C961E;
}
.TagClassName
{
border-color: #4C961E;
}
</style>