Shades of La Palma #4C8C19
Tints of La Palma #4C8C19
RGB
CMYK
RGB Variations
Color information
#4C8C19 (or 0x4C8C19) is known color: La Palma. HEX triplet: 4C, 8C and 19. RGB value is (76,140,25). Sum of RGB (Red+Green+Blue) = 76+140+25=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #4C8C19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8C19 is #B373E6. Grayscale: #6C6C6C. Windows color (decimal): -11760615 or 1674316. OLE color: 1674316.
HSL color Cylindrical-coordinate representation of color #4C8C19: hue angle of 93.39º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C8C19 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 140 | 25 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.45 |
| HSL | 93.39º | 0.7% | 0.32% | - |
| HSV(B) | 93.39º | 0.82% | 0.55% | - |
| XYZ | 12.53 | 20.36 | 4.19 | - |
| YUV | 107.75 | 81.3 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 140 | 25 | 0.46 | 0 | 0.82 | 0.45 | 93.39 | 0.7 | 0.32 |
| Hex | 4C | 8C | 19 | 2E | 0 | 52 | 2D | 5D | 46 | 20 |
| Octal | 114 | 214 | 31 | 56 | 0 | 122 | 55 | 135 | 106 | 40 |
| Binary | 1001100 | 10001100 | 11001 | 101110 | 0 | 1010010 | 101101 | 1011101 | 1000110 | 100000 |
Color Harmonies of #4C8C19
Complementary color
Monochromatic Colors of #4C8C19
Black with #4C8C19
Text Example
Text Example
White with #4C8C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8C19; }
p { color: rgb(76,140,25); }
H1.HeaderClassName
{
color: #4C8C19;
}
.AnyTagClassName
{
color: #4C8C19;
}
</style>
background-color css
<style>
a { background-color: #4C8C19; }
a { background-color: rgb(76,140,25); }
div.DivClassName
{
background-color: #4C8C19;
}
.BgClassName
{
background-color: #4C8C19;
}
</style>
border-color css
<style>
span { border-color: #4C8C19; }
span { border-color: rgb(76,140,25); }
td.TdClassName
{
border-color: #4C8C19;
}
.TagClassName
{
border-color: #4C8C19;
}
</style>