Shades of La Palma #4AA431
Tints of La Palma #4AA431
RGB
CMYK
RGB Variations
Color information
#4AA431 (or 0x4AA431) is known color: La Palma. HEX triplet: 4A, A4 and 31. RGB value is (74,164,49). Sum of RGB (Red+Green+Blue) = 74+164+49=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 164 (64.45% from 255 or 57.14% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA431 is #B55BCE. Grayscale: #7C7C7C. Windows color (decimal): -11885519 or 3253322. OLE color: 3253322.
HSL color Cylindrical-coordinate representation of color #4AA431: hue angle of 106.96º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AA431 is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 164 | 49 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.36 |
| HSL | 106.96º | 0.54% | 0.42% | - |
| HSV(B) | 106.96º | 0.7% | 0.64% | - |
| XYZ | 16.65 | 28.23 | 7.48 | - |
| YUV | 123.98 | 85.68 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 164 | 49 | 0.55 | 0 | 0.70 | 0.36 | 106.96 | 0.54 | 0.42 |
| Hex | 4A | A4 | 31 | 37 | 0 | 46 | 24 | 6B | 36 | 2A |
| Octal | 112 | 244 | 61 | 67 | 0 | 106 | 44 | 153 | 66 | 52 |
| Binary | 1001010 | 10100100 | 110001 | 110111 | 0 | 1000110 | 100100 | 1101011 | 110110 | 101010 |
Color Harmonies of #4AA431
Complementary color
Monochromatic Colors of #4AA431
Black with #4AA431
Text Example
Text Example
White with #4AA431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA431; }
p { color: rgb(74,164,49); }
H1.HeaderClassName
{
color: #4AA431;
}
.AnyTagClassName
{
color: #4AA431;
}
</style>
background-color css
<style>
a { background-color: #4AA431; }
a { background-color: rgb(74,164,49); }
div.DivClassName
{
background-color: #4AA431;
}
.BgClassName
{
background-color: #4AA431;
}
</style>
border-color css
<style>
span { border-color: #4AA431; }
span { border-color: rgb(74,164,49); }
td.TdClassName
{
border-color: #4AA431;
}
.TagClassName
{
border-color: #4AA431;
}
</style>