Shades of La Palma #4AA225
Tints of La Palma #4AA225
RGB
CMYK
RGB Variations
Color information
#4AA225 (or 0x4AA225) is known color: La Palma. HEX triplet: 4A, A2 and 25. RGB value is (74,162,37). Sum of RGB (Red+Green+Blue) = 74+162+37=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA225 is #B55DDA. Grayscale: #797979. Windows color (decimal): -11886043 or 2466378. OLE color: 2466378.
HSL color Cylindrical-coordinate representation of color #4AA225: hue angle of 102.24º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4AA225 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 37 | - |
| CMYK | 0.54 | 0 | 0.77 | 0.36 |
| HSL | 102.24º | 0.63% | 0.39% | - |
| HSV(B) | 102.24º | 0.77% | 0.64% | - |
| XYZ | 16.08 | 27.43 | 6.2 | - |
| YUV | 121.44 | 80.35 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 37 | 0.54 | 0 | 0.77 | 0.36 | 102.24 | 0.63 | 0.39 |
| Hex | 4A | A2 | 25 | 36 | 0 | 4D | 24 | 66 | 3F | 27 |
| Octal | 112 | 242 | 45 | 66 | 0 | 115 | 44 | 146 | 77 | 47 |
| Binary | 1001010 | 10100010 | 100101 | 110110 | 0 | 1001101 | 100100 | 1100110 | 111111 | 100111 |
Color Harmonies of #4AA225
Complementary color
Monochromatic Colors of #4AA225
Black with #4AA225
Text Example
Text Example
White with #4AA225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA225; }
p { color: rgb(74,162,37); }
H1.HeaderClassName
{
color: #4AA225;
}
.AnyTagClassName
{
color: #4AA225;
}
</style>
background-color css
<style>
a { background-color: #4AA225; }
a { background-color: rgb(74,162,37); }
div.DivClassName
{
background-color: #4AA225;
}
.BgClassName
{
background-color: #4AA225;
}
</style>
border-color css
<style>
span { border-color: #4AA225; }
span { border-color: rgb(74,162,37); }
td.TdClassName
{
border-color: #4AA225;
}
.TagClassName
{
border-color: #4AA225;
}
</style>