Shades of La Palma #4AA224
Tints of La Palma #4AA224
RGB
CMYK
RGB Variations
Color information
#4AA224 (or 0x4AA224) is known color: La Palma. HEX triplet: 4A, A2 and 24. RGB value is (74,162,36). Sum of RGB (Red+Green+Blue) = 74+162+36=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 162 (63.67% from 255 or 59.56% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA224 is #B55DDB. Grayscale: #797979. Windows color (decimal): -11886044 or 2400842. OLE color: 2400842.
HSL color Cylindrical-coordinate representation of color #4AA224: hue angle of 101.9º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AA224 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 36 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.36 |
| HSL | 101.9º | 0.64% | 0.39% | - |
| HSV(B) | 101.9º | 0.78% | 0.64% | - |
| XYZ | 16.06 | 27.42 | 6.12 | - |
| YUV | 121.32 | 79.85 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 36 | 0.54 | 0 | 0.78 | 0.36 | 101.9 | 0.64 | 0.39 |
| Hex | 4A | A2 | 24 | 36 | 0 | 4E | 24 | 66 | 40 | 27 |
| Octal | 112 | 242 | 44 | 66 | 0 | 116 | 44 | 146 | 100 | 47 |
| Binary | 1001010 | 10100010 | 100100 | 110110 | 0 | 1001110 | 100100 | 1100110 | 1000000 | 100111 |
Color Harmonies of #4AA224
Complementary color
Monochromatic Colors of #4AA224
Black with #4AA224
Text Example
Text Example
White with #4AA224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA224; }
p { color: rgb(74,162,36); }
H1.HeaderClassName
{
color: #4AA224;
}
.AnyTagClassName
{
color: #4AA224;
}
</style>
background-color css
<style>
a { background-color: #4AA224; }
a { background-color: rgb(74,162,36); }
div.DivClassName
{
background-color: #4AA224;
}
.BgClassName
{
background-color: #4AA224;
}
</style>
border-color css
<style>
span { border-color: #4AA224; }
span { border-color: rgb(74,162,36); }
td.TdClassName
{
border-color: #4AA224;
}
.TagClassName
{
border-color: #4AA224;
}
</style>