#49e78c

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

Shades of Emerald #49E78C

Tints of Emerald #49E78C

Color information

#49E78C (or 0x49E78C) is unknown color: approx Emerald. HEX triplet: 49, E7 and 8C. RGB value is (73,231,140). Sum of RGB (Red+Green+Blue) = 73+231+140=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #49E78C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E78C is #B61873. Grayscale: #ADADAD. Windows color (decimal): -11933812 or 9234249. OLE color: 9234249.

HSL color Cylindrical-coordinate representation of color #49E78C: hue angle of 145.44º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E78C is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB73231140-
CMYK0.6800.390.09
HSL145.44º76.7%59.61%-
HSV(B)145.44º68.4%90.59%-
XYZ36.0660.4634.58-
YUV173.38109.1556.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.44%
GREEN value IS 231 (90.62% from 255) = 52.03%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=16.44%
G=52.03%
B=31.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal732311400.6800.390.09145.4476.759.61
Hex49E78C440279914d3c
Octal1113472141040471122111574
Binary10010011110011110001100100010001001111001100100011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49e78c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49e78c; }

 p { color: rgb(73,231,140); }

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

<style>
 a { background-color: #49e78c; }

 a { background-color: rgb(73,231,140); }

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

<style>
 span { border-color: #49e78c; }

 span { border-color: rgb(73,231,140); }

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