Shades of La Palma #4A8A3A
Tints of La Palma #4A8A3A
RGB
CMYK
RGB Variations
Color information
#4A8A3A (or 0x4A8A3A) is known color: La Palma. HEX triplet: 4A, 8A and 3A. RGB value is (74,138,58). Sum of RGB (Red+Green+Blue) = 74+138+58=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8A3A is #B575C5. Grayscale: #6E6E6E. Windows color (decimal): -11892166 or 3836490. OLE color: 3836490.
HSL color Cylindrical-coordinate representation of color #4A8A3A: hue angle of 108º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A8A3A is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 138 | 58 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.46 |
| HSL | 108º | 0.41% | 0.38% | - |
| HSV(B) | 108º | 0.58% | 0.54% | - |
| XYZ | 12.68 | 19.94 | 7.18 | - |
| YUV | 109.74 | 98.8 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 138 | 58 | 0.46 | 0 | 0.58 | 0.46 | 108 | 0.41 | 0.38 |
| Hex | 4A | 8A | 3A | 2E | 0 | 3A | 2E | 6C | 29 | 26 |
| Octal | 112 | 212 | 72 | 56 | 0 | 72 | 56 | 154 | 51 | 46 |
| Binary | 1001010 | 10001010 | 111010 | 101110 | 0 | 111010 | 101110 | 1101100 | 101001 | 100110 |
Color Harmonies of #4A8A3A
Complementary color
Monochromatic Colors of #4A8A3A
Black with #4A8A3A
Text Example
Text Example
White with #4A8A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8A3A; }
p { color: rgb(74,138,58); }
H1.HeaderClassName
{
color: #4A8A3A;
}
.AnyTagClassName
{
color: #4A8A3A;
}
</style>
background-color css
<style>
a { background-color: #4A8A3A; }
a { background-color: rgb(74,138,58); }
div.DivClassName
{
background-color: #4A8A3A;
}
.BgClassName
{
background-color: #4A8A3A;
}
</style>
border-color css
<style>
span { border-color: #4A8A3A; }
span { border-color: rgb(74,138,58); }
td.TdClassName
{
border-color: #4A8A3A;
}
.TagClassName
{
border-color: #4A8A3A;
}
</style>