#46A026

Color #46A026 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #46A026

Tints of La Palma #46A026

Color information

#46A026 (or 0x46A026) is unknown color: approx La Palma. HEX triplet: 46, A0 and 26. RGB value is (70,160,38). Sum of RGB (Red+Green+Blue) = 70+160+38=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #46A026 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A026 is #B95FD9. Grayscale: #777777. Windows color (decimal): -12148698 or 2531398. OLE color: 2531398.

HSL color Cylindrical-coordinate representation of color #46A026: hue angle of 104.26º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46A026 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB7016038-
CMYK0.5600.760.37
HSL104.26º61.62%38.82%-
HSV(B)104.26º76.25%62.75%-
XYZ15.4526.586.15-
YUV119.1882.1892.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 160 (62.89% from 255) = 59.70%
BLUE value IS 38 (15.23% from 255) = 14.18%
R=26.12%
G=59.70%
B=14.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal70160380.5600.760.37104.2661.6238.82
Hex46A0263804C25683e27
Octal10624046700114451507647
Binary100011010100000100110111000010011001001011101000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A026; }

 p { color: rgb(70,160,38); }

 H1.HeaderClassName
 {
   color: #46A026;
 }
 .AnyTagClassName
 {
   color: #46A026;
 }
</style>
background-color css

<style>
 a { background-color: #46A026; }

 a { background-color: rgb(70,160,38); }

 div.DivClassName
 {
   background-color: #46A026;
 }
 .BgClassName
 {
   background-color: #46A026;
 }
</style>
border-color css

<style>
 span { border-color: #46A026; }

 span { border-color: rgb(70,160,38); }

 td.TdClassName
 {
   border-color: #46A026;
 }
 .TagClassName
 {
   border-color: #46A026;
 }
</style>