Shades of La Palma #46A031
Tints of La Palma #46A031
RGB
CMYK
RGB Variations
Color information
#46A031 (or 0x46A031) is known color: La Palma. HEX triplet: 46, A0 and 31. RGB value is (70,160,49). Sum of RGB (Red+Green+Blue) = 70+160+49=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 160 (62.89% from 255 or 57.35% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 160 - color contains mainly: green. Hex color #46A031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A031 is #B95FCE. Grayscale: #787878. Windows color (decimal): -12148687 or 3252294. OLE color: 3252294.
HSL color Cylindrical-coordinate representation of color #46A031: hue angle of 108.65º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46A031 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 160 | 49 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.37 |
| HSL | 108.65º | 0.53% | 0.41% | - |
| HSV(B) | 108.65º | 0.69% | 0.63% | - |
| XYZ | 15.65 | 26.67 | 7.23 | - |
| YUV | 120.44 | 87.68 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 160 | 49 | 0.56 | 0 | 0.69 | 0.37 | 108.65 | 0.53 | 0.41 |
| Hex | 46 | A0 | 31 | 38 | 0 | 45 | 25 | 6D | 35 | 29 |
| Octal | 106 | 240 | 61 | 70 | 0 | 105 | 45 | 155 | 65 | 51 |
| Binary | 1000110 | 10100000 | 110001 | 111000 | 0 | 1000101 | 100101 | 1101101 | 110101 | 101001 |
Color Harmonies of #46A031
Complementary color
Monochromatic Colors of #46A031
Black with #46A031
Text Example
Text Example
White with #46A031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A031; }
p { color: rgb(70,160,49); }
H1.HeaderClassName
{
color: #46A031;
}
.AnyTagClassName
{
color: #46A031;
}
</style>
background-color css
<style>
a { background-color: #46A031; }
a { background-color: rgb(70,160,49); }
div.DivClassName
{
background-color: #46A031;
}
.BgClassName
{
background-color: #46A031;
}
</style>
border-color css
<style>
span { border-color: #46A031; }
span { border-color: rgb(70,160,49); }
td.TdClassName
{
border-color: #46A031;
}
.TagClassName
{
border-color: #46A031;
}
</style>