Shades of La Palma #4A8F20
Tints of La Palma #4A8F20
RGB
CMYK
RGB Variations
Color information
#4A8F20 (or 0x4A8F20) is known color: La Palma. HEX triplet: 4A, 8F and 20. RGB value is (74,143,32). Sum of RGB (Red+Green+Blue) = 74+143+32=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #4A8F20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8F20 is #B570DF. Grayscale: #6E6E6E. Windows color (decimal): -11890912 or 2133834. OLE color: 2133834.
HSL color Cylindrical-coordinate representation of color #4A8F20: hue angle of 97.3º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A8F20 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 143 | 32 | - |
| CMYK | 0.48 | 0 | 0.78 | 0.44 |
| HSL | 97.3º | 0.63% | 0.34% | - |
| HSV(B) | 97.3º | 0.78% | 0.56% | - |
| XYZ | 12.91 | 21.21 | 4.78 | - |
| YUV | 109.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 143 | 32 | 0.48 | 0 | 0.78 | 0.44 | 97.3 | 0.63 | 0.34 |
| Hex | 4A | 8F | 20 | 30 | 0 | 4E | 2C | 61 | 3F | 22 |
| Octal | 112 | 217 | 40 | 60 | 0 | 116 | 54 | 141 | 77 | 42 |
| Binary | 1001010 | 10001111 | 100000 | 110000 | 0 | 1001110 | 101100 | 1100001 | 111111 | 100010 |
Color Harmonies of #4A8F20
Complementary color
Monochromatic Colors of #4A8F20
Black with #4A8F20
Text Example
Text Example
White with #4A8F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8F20; }
p { color: rgb(74,143,32); }
H1.HeaderClassName
{
color: #4A8F20;
}
.AnyTagClassName
{
color: #4A8F20;
}
</style>
background-color css
<style>
a { background-color: #4A8F20; }
a { background-color: rgb(74,143,32); }
div.DivClassName
{
background-color: #4A8F20;
}
.BgClassName
{
background-color: #4A8F20;
}
</style>
border-color css
<style>
span { border-color: #4A8F20; }
span { border-color: rgb(74,143,32); }
td.TdClassName
{
border-color: #4A8F20;
}
.TagClassName
{
border-color: #4A8F20;
}
</style>