Shades of La Palma #4A8A19
Tints of La Palma #4A8A19
RGB
CMYK
RGB Variations
Color information
#4A8A19 (or 0x4A8A19) is known color: La Palma. HEX triplet: 4A, 8A and 19. RGB value is (74,138,25). Sum of RGB (Red+Green+Blue) = 74+138+25=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 138 (54.30% from 255 or 58.23% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8A19 is #B575E6. Grayscale: #6A6A6A. Windows color (decimal): -11892199 or 1673802. OLE color: 1673802.
HSL color Cylindrical-coordinate representation of color #4A8A19: hue angle of 93.98º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A8A19 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 138 | 25 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.46 |
| HSL | 93.98º | 0.69% | 0.32% | - |
| HSV(B) | 93.98º | 0.82% | 0.54% | - |
| XYZ | 12.09 | 19.7 | 4.09 | - |
| YUV | 105.98 | 82.3 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 138 | 25 | 0.46 | 0 | 0.82 | 0.46 | 93.98 | 0.69 | 0.32 |
| Hex | 4A | 8A | 19 | 2E | 0 | 52 | 2E | 5E | 45 | 20 |
| Octal | 112 | 212 | 31 | 56 | 0 | 122 | 56 | 136 | 105 | 40 |
| Binary | 1001010 | 10001010 | 11001 | 101110 | 0 | 1010010 | 101110 | 1011110 | 1000101 | 100000 |
Color Harmonies of #4A8A19
Complementary color
Monochromatic Colors of #4A8A19
Black with #4A8A19
Text Example
Text Example
White with #4A8A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8A19; }
p { color: rgb(74,138,25); }
H1.HeaderClassName
{
color: #4A8A19;
}
.AnyTagClassName
{
color: #4A8A19;
}
</style>
background-color css
<style>
a { background-color: #4A8A19; }
a { background-color: rgb(74,138,25); }
div.DivClassName
{
background-color: #4A8A19;
}
.BgClassName
{
background-color: #4A8A19;
}
</style>
border-color css
<style>
span { border-color: #4A8A19; }
span { border-color: rgb(74,138,25); }
td.TdClassName
{
border-color: #4A8A19;
}
.TagClassName
{
border-color: #4A8A19;
}
</style>