#49E380

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

Shades of Emerald #49E380

Tints of Emerald #49E380

Color information

#49E380 (or 0x49E380) is unknown color: approx Emerald. HEX triplet: 49, E3 and 80. RGB value is (73,227,128). Sum of RGB (Red+Green+Blue) = 73+227+128=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 227 (89.06% from 255 or 53.04% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 227 - color contains mainly: green. Hex color #49E380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E380 is #B61C7F. Grayscale: #A9A9A9. Windows color (decimal): -11934848 or 8446793. OLE color: 8446793.

HSL color Cylindrical-coordinate representation of color #49E380: hue angle of 141.43º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E380 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB73227128-
CMYK0.6800.440.11
HSL141.43º73.33%58.82%-
HSV(B)141.43º67.84%89.02%-
XYZ34.1157.9129.8-
YUV169.67104.4859.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.06%
GREEN value IS 227 (89.06% from 255) = 53.04%
BLUE value IS 128 (50.39% from 255) = 29.91%
R=17.06%
G=53.04%
B=29.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732271280.6800.440.11141.4373.3358.82
Hex49E3804402CB8d493b
Octal1113432001040541321511173
Binary10010011110001110000000100010001011001011100011011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,227,128); }

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

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

 a { background-color: rgb(73,227,128); }

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

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

 span { border-color: rgb(73,227,128); }

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