#49D55D

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

Shades of Emerald #49D55D

Tints of Emerald #49D55D

Color information

#49D55D (or 0x49D55D) is unknown color: approx Emerald. HEX triplet: 49, D5 and 5D. RGB value is (73,213,93). Sum of RGB (Red+Green+Blue) = 73+213+93=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 213 (83.59% from 255 or 56.20% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 213 - color contains mainly: green. Hex color #49D55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D55D is #B62AA2. Grayscale: #9D9D9D. Windows color (decimal): -11938467 or 6149449. OLE color: 6149449.

HSL color Cylindrical-coordinate representation of color #49D55D: hue angle of 128.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D55D is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB7321393-
CMYK0.6600.560.16
HSL128.57º62.5%56.08%-
HSV(B)128.57º65.73%83.53%-
XYZ28.5249.818.46-
YUV157.4691.6267.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 213 (83.59% from 255) = 56.20%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=19.26%
G=56.20%
B=24.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73213930.6600.560.16128.5762.556.08
Hex49D55D4203810813e38
Octal111325135102070202017670
Binary1001001110101011011101100001001110001000010000001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,213,93); }

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

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

 a { background-color: rgb(73,213,93); }

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

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

 span { border-color: rgb(73,213,93); }

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