Shades of La Palma #46A131
Tints of La Palma #46A131
RGB
CMYK
RGB Variations
Color information
#46A131 (or 0x46A131) is known color: La Palma. HEX triplet: 46, A1 and 31. RGB value is (70,161,49). Sum of RGB (Red+Green+Blue) = 70+161+49=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 161 (63.28% from 255 or 57.5% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 161 - color contains mainly: green. Hex color #46A131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A131 is #B95ECE. Grayscale: #797979. Windows color (decimal): -12148431 or 3252550. OLE color: 3252550.
HSL color Cylindrical-coordinate representation of color #46A131: hue angle of 108.75º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46A131 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 161 | 49 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.37 |
| HSL | 108.75º | 0.53% | 0.41% | - |
| HSV(B) | 108.75º | 0.7% | 0.63% | - |
| XYZ | 15.83 | 27.01 | 7.29 | - |
| YUV | 121.02 | 87.35 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 161 | 49 | 0.57 | 0 | 0.70 | 0.37 | 108.75 | 0.53 | 0.41 |
| Hex | 46 | A1 | 31 | 39 | 0 | 46 | 25 | 6D | 35 | 29 |
| Octal | 106 | 241 | 61 | 71 | 0 | 106 | 45 | 155 | 65 | 51 |
| Binary | 1000110 | 10100001 | 110001 | 111001 | 0 | 1000110 | 100101 | 1101101 | 110101 | 101001 |
Color Harmonies of #46A131
Complementary color
Monochromatic Colors of #46A131
Black with #46A131
Text Example
Text Example
White with #46A131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A131; }
p { color: rgb(70,161,49); }
H1.HeaderClassName
{
color: #46A131;
}
.AnyTagClassName
{
color: #46A131;
}
</style>
background-color css
<style>
a { background-color: #46A131; }
a { background-color: rgb(70,161,49); }
div.DivClassName
{
background-color: #46A131;
}
.BgClassName
{
background-color: #46A131;
}
</style>
border-color css
<style>
span { border-color: #46A131; }
span { border-color: rgb(70,161,49); }
td.TdClassName
{
border-color: #46A131;
}
.TagClassName
{
border-color: #46A131;
}
</style>