Shades of La Palma #4A9021
Tints of La Palma #4A9021
RGB
CMYK
RGB Variations
Color information
#4A9021 (or 0x4A9021) is known color: La Palma. HEX triplet: 4A, 90 and 21. RGB value is (74,144,33). Sum of RGB (Red+Green+Blue) = 74+144+33=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #4A9021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9021 is #B56FDE. Grayscale: #6E6E6E. Windows color (decimal): -11890655 or 2199626. OLE color: 2199626.
HSL color Cylindrical-coordinate representation of color #4A9021: hue angle of 97.84º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A9021 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 144 | 33 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.44 |
| HSL | 97.84º | 0.63% | 0.35% | - |
| HSV(B) | 97.84º | 0.77% | 0.56% | - |
| XYZ | 13.07 | 21.51 | 4.9 | - |
| YUV | 110.42 | 84.31 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 33 | 0.49 | 0 | 0.77 | 0.44 | 97.84 | 0.63 | 0.35 |
| Hex | 4A | 90 | 21 | 31 | 0 | 4D | 2C | 62 | 3F | 23 |
| Octal | 112 | 220 | 41 | 61 | 0 | 115 | 54 | 142 | 77 | 43 |
| Binary | 1001010 | 10010000 | 100001 | 110001 | 0 | 1001101 | 101100 | 1100010 | 111111 | 100011 |
Color Harmonies of #4A9021
Complementary color
Monochromatic Colors of #4A9021
Black with #4A9021
Text Example
Text Example
White with #4A9021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9021; }
p { color: rgb(74,144,33); }
H1.HeaderClassName
{
color: #4A9021;
}
.AnyTagClassName
{
color: #4A9021;
}
</style>
background-color css
<style>
a { background-color: #4A9021; }
a { background-color: rgb(74,144,33); }
div.DivClassName
{
background-color: #4A9021;
}
.BgClassName
{
background-color: #4A9021;
}
</style>
border-color css
<style>
span { border-color: #4A9021; }
span { border-color: rgb(74,144,33); }
td.TdClassName
{
border-color: #4A9021;
}
.TagClassName
{
border-color: #4A9021;
}
</style>