Shades of La Palma #46A021
Tints of La Palma #46A021
RGB
CMYK
RGB Variations
Color information
#46A021 (or 0x46A021) is known color: La Palma. HEX triplet: 46, A0 and 21. RGB value is (70,160,33). Sum of RGB (Red+Green+Blue) = 70+160+33=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 160 (62.89% from 255 or 60.84% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 160 - color contains mainly: green. Hex color #46A021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A021 is #B95FDE. Grayscale: #777777. Windows color (decimal): -12148703 or 2203718. OLE color: 2203718.
HSL color Cylindrical-coordinate representation of color #46A021: hue angle of 102.52º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46A021 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 160 | 33 | - |
| CMYK | 0.56 | 0 | 0.79 | 0.37 |
| HSL | 102.52º | 0.66% | 0.38% | - |
| HSV(B) | 102.52º | 0.79% | 0.63% | - |
| XYZ | 15.37 | 26.55 | 5.75 | - |
| YUV | 118.61 | 79.68 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 160 | 33 | 0.56 | 0 | 0.79 | 0.37 | 102.52 | 0.66 | 0.38 |
| Hex | 46 | A0 | 21 | 38 | 0 | 4F | 25 | 67 | 42 | 26 |
| Octal | 106 | 240 | 41 | 70 | 0 | 117 | 45 | 147 | 102 | 46 |
| Binary | 1000110 | 10100000 | 100001 | 111000 | 0 | 1001111 | 100101 | 1100111 | 1000010 | 100110 |
Color Harmonies of #46A021
Complementary color
Monochromatic Colors of #46A021
Black with #46A021
Text Example
Text Example
White with #46A021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A021; }
p { color: rgb(70,160,33); }
H1.HeaderClassName
{
color: #46A021;
}
.AnyTagClassName
{
color: #46A021;
}
</style>
background-color css
<style>
a { background-color: #46A021; }
a { background-color: rgb(70,160,33); }
div.DivClassName
{
background-color: #46A021;
}
.BgClassName
{
background-color: #46A021;
}
</style>
border-color css
<style>
span { border-color: #46A021; }
span { border-color: rgb(70,160,33); }
td.TdClassName
{
border-color: #46A021;
}
.TagClassName
{
border-color: #46A021;
}
</style>