Shades of La Palma #46A032
Tints of La Palma #46A032
RGB
CMYK
RGB Variations
Color information
#46A032 (or 0x46A032) is known color: La Palma. HEX triplet: 46, A0 and 32. RGB value is (70,160,50). Sum of RGB (Red+Green+Blue) = 70+160+50=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #46A032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A032 is #B95FCD. Grayscale: #787878. Windows color (decimal): -12148686 or 3317830. OLE color: 3317830.
HSL color Cylindrical-coordinate representation of color #46A032: hue angle of 109.09º degrees, saturation: 0.52, 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 #46A032 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 160 | 50 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.37 |
| HSL | 109.09º | 0.52% | 0.41% | - |
| HSV(B) | 109.09º | 0.69% | 0.63% | - |
| XYZ | 15.67 | 26.67 | 7.34 | - |
| YUV | 120.55 | 88.18 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 160 | 50 | 0.56 | 0 | 0.69 | 0.37 | 109.09 | 0.52 | 0.41 |
| Hex | 46 | A0 | 32 | 38 | 0 | 45 | 25 | 6D | 34 | 29 |
| Octal | 106 | 240 | 62 | 70 | 0 | 105 | 45 | 155 | 64 | 51 |
| Binary | 1000110 | 10100000 | 110010 | 111000 | 0 | 1000101 | 100101 | 1101101 | 110100 | 101001 |
Color Harmonies of #46A032
Complementary color
Monochromatic Colors of #46A032
Black with #46A032
Text Example
Text Example
White with #46A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A032; }
p { color: rgb(70,160,50); }
H1.HeaderClassName
{
color: #46A032;
}
.AnyTagClassName
{
color: #46A032;
}
</style>
background-color css
<style>
a { background-color: #46A032; }
a { background-color: rgb(70,160,50); }
div.DivClassName
{
background-color: #46A032;
}
.BgClassName
{
background-color: #46A032;
}
</style>
border-color css
<style>
span { border-color: #46A032; }
span { border-color: rgb(70,160,50); }
td.TdClassName
{
border-color: #46A032;
}
.TagClassName
{
border-color: #46A032;
}
</style>