Shades of La Palma #4C9021
Tints of La Palma #4C9021
RGB
CMYK
RGB Variations
Color information
#4C9021 (or 0x4C9021) is known color: La Palma. HEX triplet: 4C, 90 and 21. RGB value is (76,144,33). Sum of RGB (Red+Green+Blue) = 76+144+33=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #4C9021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9021 is #B36FDE. Grayscale: #6F6F6F. Windows color (decimal): -11759583 or 2199628. OLE color: 2199628.
HSL color Cylindrical-coordinate representation of color #4C9021: hue angle of 96.76º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C9021 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 144 | 33 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.44 |
| HSL | 96.76º | 0.63% | 0.35% | - |
| HSV(B) | 96.76º | 0.77% | 0.56% | - |
| XYZ | 13.23 | 21.59 | 4.91 | - |
| YUV | 111.01 | 83.97 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 144 | 33 | 0.47 | 0 | 0.77 | 0.44 | 96.76 | 0.63 | 0.35 |
| Hex | 4C | 90 | 21 | 2F | 0 | 4D | 2C | 61 | 3F | 23 |
| Octal | 114 | 220 | 41 | 57 | 0 | 115 | 54 | 141 | 77 | 43 |
| Binary | 1001100 | 10010000 | 100001 | 101111 | 0 | 1001101 | 101100 | 1100001 | 111111 | 100011 |
Color Harmonies of #4C9021
Complementary color
Monochromatic Colors of #4C9021
Black with #4C9021
Text Example
Text Example
White with #4C9021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9021; }
p { color: rgb(76,144,33); }
H1.HeaderClassName
{
color: #4C9021;
}
.AnyTagClassName
{
color: #4C9021;
}
</style>
background-color css
<style>
a { background-color: #4C9021; }
a { background-color: rgb(76,144,33); }
div.DivClassName
{
background-color: #4C9021;
}
.BgClassName
{
background-color: #4C9021;
}
</style>
border-color css
<style>
span { border-color: #4C9021; }
span { border-color: rgb(76,144,33); }
td.TdClassName
{
border-color: #4C9021;
}
.TagClassName
{
border-color: #4C9021;
}
</style>