#49E05B

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

Shades of Emerald #49E05B

Tints of Emerald #49E05B

Color information

#49E05B (or 0x49E05B) is unknown color: approx Emerald. HEX triplet: 49, E0 and 5B. RGB value is (73,224,91). Sum of RGB (Red+Green+Blue) = 73+224+91=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 224 (87.89% from 255 or 57.73% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 224 - color contains mainly: green. Hex color #49E05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E05B is #B61FA4. Grayscale: #A4A4A4. Windows color (decimal): -11935653 or 6021193. OLE color: 6021193.

HSL color Cylindrical-coordinate representation of color #49E05B: hue angle of 127.15º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49E05B is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB7322491-
CMYK0.6700.590.12
HSL127.15º70.89%58.24%-
HSV(B)127.15º67.41%87.84%-
XYZ31.2955.4818.96-
YUV163.6986.9763.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.81%
GREEN value IS 224 (87.89% from 255) = 57.73%
BLUE value IS 91 (35.94% from 255) = 23.45%
R=18.81%
G=57.73%
B=23.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal73224910.6700.590.12127.1570.8958.24
Hex49E05B4303BC7f473a
Octal1113401331030731417710772
Binary100100111100000101101110000110111011110011111111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,224,91); }

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

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

 a { background-color: rgb(73,224,91); }

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

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

 span { border-color: rgb(73,224,91); }

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