#49E58A

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

Shades of Emerald #49E58A

Tints of Emerald #49E58A

Color information

#49E58A (or 0x49E58A) is unknown color: approx Emerald. HEX triplet: 49, E5 and 8A. RGB value is (73,229,138). Sum of RGB (Red+Green+Blue) = 73+229+138=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 229 (89.84% from 255 or 52.05% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 229 - color contains mainly: green. Hex color #49E58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E58A is #B61A75. Grayscale: #ACACAC. Windows color (decimal): -11934326 or 9102665. OLE color: 9102665.

HSL color Cylindrical-coordinate representation of color #49E58A: hue angle of 145º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E58A is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB73229138-
CMYK0.6800.400.10
HSL145º75%59.22%-
HSV(B)145º68.12%89.8%-
XYZ35.3559.2933.63-
YUV171.98108.8257.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.59%
GREEN value IS 229 (89.84% from 255) = 52.05%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=16.59%
G=52.05%
B=31.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal732291380.6800.400.101457559.22
Hex49E58A44028A914b3b
Octal1113452121040501222111373
Binary10010011110010110001010100010001010001010100100011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,229,138); }

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

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

 a { background-color: rgb(73,229,138); }

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

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

 span { border-color: rgb(73,229,138); }

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