Shades of La Palma #4A8C16
Tints of La Palma #4A8C16
RGB
CMYK
RGB Variations
Color information
#4A8C16 (or 0x4A8C16) is known color: La Palma. HEX triplet: 4A, 8C and 16. RGB value is (74,140,22). Sum of RGB (Red+Green+Blue) = 74+140+22=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 140 (55.08% from 255 or 59.32% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 140 - color contains mainly: green. Hex color #4A8C16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8C16 is #B573E9. Grayscale: #6B6B6B. Windows color (decimal): -11891690 or 1477706. OLE color: 1477706.
HSL color Cylindrical-coordinate representation of color #4A8C16: hue angle of 93.56º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A8C16 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 140 | 22 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.45 |
| HSL | 93.56º | 0.73% | 0.32% | - |
| HSV(B) | 93.56º | 0.84% | 0.55% | - |
| XYZ | 12.35 | 20.27 | 4.02 | - |
| YUV | 106.81 | 80.13 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 140 | 22 | 0.47 | 0 | 0.84 | 0.45 | 93.56 | 0.73 | 0.32 |
| Hex | 4A | 8C | 16 | 2F | 0 | 54 | 2D | 5E | 49 | 20 |
| Octal | 112 | 214 | 26 | 57 | 0 | 124 | 55 | 136 | 111 | 40 |
| Binary | 1001010 | 10001100 | 10110 | 101111 | 0 | 1010100 | 101101 | 1011110 | 1001001 | 100000 |
Color Harmonies of #4A8C16
Complementary color
Monochromatic Colors of #4A8C16
Black with #4A8C16
Text Example
Text Example
White with #4A8C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8C16; }
p { color: rgb(74,140,22); }
H1.HeaderClassName
{
color: #4A8C16;
}
.AnyTagClassName
{
color: #4A8C16;
}
</style>
background-color css
<style>
a { background-color: #4A8C16; }
a { background-color: rgb(74,140,22); }
div.DivClassName
{
background-color: #4A8C16;
}
.BgClassName
{
background-color: #4A8C16;
}
</style>
border-color css
<style>
span { border-color: #4A8C16; }
span { border-color: rgb(74,140,22); }
td.TdClassName
{
border-color: #4A8C16;
}
.TagClassName
{
border-color: #4A8C16;
}
</style>