Shades of La Palma #4AA231
Tints of La Palma #4AA231
RGB
CMYK
RGB Variations
Color information
#4AA231 (or 0x4AA231) is known color: La Palma. HEX triplet: 4A, A2 and 31. RGB value is (74,162,49). Sum of RGB (Red+Green+Blue) = 74+162+49=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 162 (63.67% from 255 or 56.84% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA231 is #B55DCE. Grayscale: #7B7B7B. Windows color (decimal): -11886031 or 3252810. OLE color: 3252810.
HSL color Cylindrical-coordinate representation of color #4AA231: hue angle of 106.73º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AA231 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 49 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.36 |
| HSL | 106.73º | 0.54% | 0.41% | - |
| HSV(B) | 106.73º | 0.7% | 0.64% | - |
| XYZ | 16.3 | 27.52 | 7.36 | - |
| YUV | 122.81 | 86.35 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 49 | 0.54 | 0 | 0.70 | 0.36 | 106.73 | 0.54 | 0.41 |
| Hex | 4A | A2 | 31 | 36 | 0 | 46 | 24 | 6B | 36 | 29 |
| Octal | 112 | 242 | 61 | 66 | 0 | 106 | 44 | 153 | 66 | 51 |
| Binary | 1001010 | 10100010 | 110001 | 110110 | 0 | 1000110 | 100100 | 1101011 | 110110 | 101001 |
Color Harmonies of #4AA231
Complementary color
Monochromatic Colors of #4AA231
Black with #4AA231
Text Example
Text Example
White with #4AA231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA231; }
p { color: rgb(74,162,49); }
H1.HeaderClassName
{
color: #4AA231;
}
.AnyTagClassName
{
color: #4AA231;
}
</style>
background-color css
<style>
a { background-color: #4AA231; }
a { background-color: rgb(74,162,49); }
div.DivClassName
{
background-color: #4AA231;
}
.BgClassName
{
background-color: #4AA231;
}
</style>
border-color css
<style>
span { border-color: #4AA231; }
span { border-color: rgb(74,162,49); }
td.TdClassName
{
border-color: #4AA231;
}
.TagClassName
{
border-color: #4AA231;
}
</style>