Shades of La Palma #4AA138
Tints of La Palma #4AA138
RGB
CMYK
RGB Variations
Color information
#4AA138 (or 0x4AA138) is known color: La Palma. HEX triplet: 4A, A1 and 38. RGB value is (74,161,56). Sum of RGB (Red+Green+Blue) = 74+161+56=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 161 (63.28% from 255 or 55.33% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA138 is #B55EC7. Grayscale: #7B7B7B. Windows color (decimal): -11886280 or 3711306. OLE color: 3711306.
HSL color Cylindrical-coordinate representation of color #4AA138: hue angle of 109.71º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AA138 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 161 | 56 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.37 |
| HSL | 109.71º | 0.48% | 0.43% | - |
| HSV(B) | 109.71º | 0.65% | 0.63% | - |
| XYZ | 16.28 | 27.23 | 8.14 | - |
| YUV | 123.02 | 90.18 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 161 | 56 | 0.54 | 0 | 0.65 | 0.37 | 109.71 | 0.48 | 0.43 |
| Hex | 4A | A1 | 38 | 36 | 0 | 41 | 25 | 6E | 30 | 2B |
| Octal | 112 | 241 | 70 | 66 | 0 | 101 | 45 | 156 | 60 | 53 |
| Binary | 1001010 | 10100001 | 111000 | 110110 | 0 | 1000001 | 100101 | 1101110 | 110000 | 101011 |
Color Harmonies of #4AA138
Complementary color
Monochromatic Colors of #4AA138
Black with #4AA138
Text Example
Text Example
White with #4AA138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA138; }
p { color: rgb(74,161,56); }
H1.HeaderClassName
{
color: #4AA138;
}
.AnyTagClassName
{
color: #4AA138;
}
</style>
background-color css
<style>
a { background-color: #4AA138; }
a { background-color: rgb(74,161,56); }
div.DivClassName
{
background-color: #4AA138;
}
.BgClassName
{
background-color: #4AA138;
}
</style>
border-color css
<style>
span { border-color: #4AA138; }
span { border-color: rgb(74,161,56); }
td.TdClassName
{
border-color: #4AA138;
}
.TagClassName
{
border-color: #4AA138;
}
</style>