#49E07D

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

Shades of Emerald #49E07D

Tints of Emerald #49E07D

Color information

#49E07D (or 0x49E07D) is unknown color: approx Emerald. HEX triplet: 49, E0 and 7D. RGB value is (73,224,125). Sum of RGB (Red+Green+Blue) = 73+224+125=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 224 (87.89% from 255 or 53.08% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 224 - color contains mainly: green. Hex color #49E07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E07D is #B61F82. Grayscale: #A7A7A7. Windows color (decimal): -11935619 or 8249417. OLE color: 8249417.

HSL color Cylindrical-coordinate representation of color #49E07D: hue angle of 140.66º 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 #49E07D is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB73224125-
CMYK0.6700.440.12
HSL140.66º70.89%58.24%-
HSV(B)140.66º67.41%87.84%-
XYZ33.156.2128.51-
YUV167.56103.9760.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.30%
GREEN value IS 224 (87.89% from 255) = 53.08%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=17.30%
G=53.08%
B=29.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal732241250.6700.440.12140.6670.8958.24
Hex49E07D4302CC8d473a
Octal1113401751030541421510772
Binary1001001111000001111101100001101011001100100011011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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