Shades of La Palma #4C8A16
Tints of La Palma #4C8A16
RGB
CMYK
RGB Variations
Color information
#4C8A16 (or 0x4C8A16) is known color: La Palma. HEX triplet: 4C, 8A and 16. RGB value is (76,138,22). Sum of RGB (Red+Green+Blue) = 76+138+22=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 138 (54.30% from 255 or 58.47% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 138 - color contains mainly: green. Hex color #4C8A16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8A16 is #B375E9. Grayscale: #6A6A6A. Windows color (decimal): -11761130 or 1477196. OLE color: 1477196.
HSL color Cylindrical-coordinate representation of color #4C8A16: hue angle of 92.07º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C8A16 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 138 | 22 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.46 |
| HSL | 92.07º | 0.73% | 0.31% | - |
| HSV(B) | 92.07º | 0.84% | 0.54% | - |
| XYZ | 12.21 | 19.77 | 3.93 | - |
| YUV | 106.24 | 80.46 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 138 | 22 | 0.45 | 0 | 0.84 | 0.46 | 92.07 | 0.73 | 0.31 |
| Hex | 4C | 8A | 16 | 2D | 0 | 54 | 2E | 5C | 48 | 1F |
| Octal | 114 | 212 | 26 | 55 | 0 | 124 | 56 | 134 | 110 | 37 |
| Binary | 1001100 | 10001010 | 10110 | 101101 | 0 | 1010100 | 101110 | 1011100 | 1001000 | 11111 |
Color Harmonies of #4C8A16
Complementary color
Monochromatic Colors of #4C8A16
Black with #4C8A16
Text Example
Text Example
White with #4C8A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8A16; }
p { color: rgb(76,138,22); }
H1.HeaderClassName
{
color: #4C8A16;
}
.AnyTagClassName
{
color: #4C8A16;
}
</style>
background-color css
<style>
a { background-color: #4C8A16; }
a { background-color: rgb(76,138,22); }
div.DivClassName
{
background-color: #4C8A16;
}
.BgClassName
{
background-color: #4C8A16;
}
</style>
border-color css
<style>
span { border-color: #4C8A16; }
span { border-color: rgb(76,138,22); }
td.TdClassName
{
border-color: #4C8A16;
}
.TagClassName
{
border-color: #4C8A16;
}
</style>