#46C379

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

Shades of Emerald #46C379

Tints of Emerald #46C379

Color information

#46C379 (or 0x46C379) is unknown color: approx Emerald. HEX triplet: 46, C3 and 79. RGB value is (70,195,121). Sum of RGB (Red+Green+Blue) = 70+195+121=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #46C379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C379 is #B93C86. Grayscale: #959595. Windows color (decimal): -12139655 or 7979846. OLE color: 7979846.

HSL color Cylindrical-coordinate representation of color #46C379: hue angle of 144.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C379 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB70195121-
CMYK0.6400.380.24
HSL144.48º51.02%51.96%-
HSV(B)144.48º64.1%76.47%-
XYZ25.4941.7124.8-
YUV149.19112.0971.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.13%
GREEN value IS 195 (76.56% from 255) = 50.52%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=18.13%
G=50.52%
B=31.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701951210.6400.380.24144.4851.0251.96
Hex46C3794002618903334
Octal106303171100046302206364
Binary1000110110000111111001100000001001101100010010000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,195,121); }

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

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

 a { background-color: rgb(70,195,121); }

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

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

 span { border-color: rgb(70,195,121); }

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