Shades of La Palma #4A9020
Tints of La Palma #4A9020
RGB
CMYK
RGB Variations
Color information
#4A9020 (or 0x4A9020) is known color: La Palma. HEX triplet: 4A, 90 and 20. RGB value is (74,144,32). Sum of RGB (Red+Green+Blue) = 74+144+32=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 144 (56.64% from 255 or 57.6% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 144 - color contains mainly: green. Hex color #4A9020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9020 is #B56FDF. Grayscale: #6E6E6E. Windows color (decimal): -11890656 or 2134090. OLE color: 2134090.
HSL color Cylindrical-coordinate representation of color #4A9020: hue angle of 97.5º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A9020 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 144 | 32 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.44 |
| HSL | 97.5º | 0.64% | 0.35% | - |
| HSV(B) | 97.5º | 0.78% | 0.56% | - |
| XYZ | 13.06 | 21.51 | 4.83 | - |
| YUV | 110.3 | 83.81 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 32 | 0.49 | 0 | 0.78 | 0.44 | 97.5 | 0.64 | 0.35 |
| Hex | 4A | 90 | 20 | 31 | 0 | 4E | 2C | 62 | 40 | 23 |
| Octal | 112 | 220 | 40 | 61 | 0 | 116 | 54 | 142 | 100 | 43 |
| Binary | 1001010 | 10010000 | 100000 | 110001 | 0 | 1001110 | 101100 | 1100010 | 1000000 | 100011 |
Color Harmonies of #4A9020
Complementary color
Monochromatic Colors of #4A9020
Black with #4A9020
Text Example
Text Example
White with #4A9020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9020; }
p { color: rgb(74,144,32); }
H1.HeaderClassName
{
color: #4A9020;
}
.AnyTagClassName
{
color: #4A9020;
}
</style>
background-color css
<style>
a { background-color: #4A9020; }
a { background-color: rgb(74,144,32); }
div.DivClassName
{
background-color: #4A9020;
}
.BgClassName
{
background-color: #4A9020;
}
</style>
border-color css
<style>
span { border-color: #4A9020; }
span { border-color: rgb(74,144,32); }
td.TdClassName
{
border-color: #4A9020;
}
.TagClassName
{
border-color: #4A9020;
}
</style>