Shades of La Palma #4C9621
Tints of La Palma #4C9621
RGB
CMYK
RGB Variations
Color information
#4C9621 (or 0x4C9621) is known color: La Palma. HEX triplet: 4C, 96 and 21. RGB value is (76,150,33). Sum of RGB (Red+Green+Blue) = 76+150+33=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #4C9621 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9621 is #B369DE. Grayscale: #727272. Windows color (decimal): -11758047 or 2201164. OLE color: 2201164.
HSL color Cylindrical-coordinate representation of color #4C9621: hue angle of 97.95º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C9621 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 150 | 33 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.41 |
| HSL | 97.95º | 0.64% | 0.36% | - |
| HSV(B) | 97.95º | 0.78% | 0.59% | - |
| XYZ | 14.16 | 23.46 | 5.22 | - |
| YUV | 114.54 | 81.98 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 150 | 33 | 0.49 | 0 | 0.78 | 0.41 | 97.95 | 0.64 | 0.36 |
| Hex | 4C | 96 | 21 | 31 | 0 | 4E | 29 | 62 | 40 | 24 |
| Octal | 114 | 226 | 41 | 61 | 0 | 116 | 51 | 142 | 100 | 44 |
| Binary | 1001100 | 10010110 | 100001 | 110001 | 0 | 1001110 | 101001 | 1100010 | 1000000 | 100100 |
Color Harmonies of #4C9621
Complementary color
Monochromatic Colors of #4C9621
Black with #4C9621
Text Example
Text Example
White with #4C9621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9621; }
p { color: rgb(76,150,33); }
H1.HeaderClassName
{
color: #4C9621;
}
.AnyTagClassName
{
color: #4C9621;
}
</style>
background-color css
<style>
a { background-color: #4C9621; }
a { background-color: rgb(76,150,33); }
div.DivClassName
{
background-color: #4C9621;
}
.BgClassName
{
background-color: #4C9621;
}
</style>
border-color css
<style>
span { border-color: #4C9621; }
span { border-color: rgb(76,150,33); }
td.TdClassName
{
border-color: #4C9621;
}
.TagClassName
{
border-color: #4C9621;
}
</style>