#49E188

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

Shades of Emerald #49E188

Tints of Emerald #49E188

Color information

#49E188 (or 0x49E188) is unknown color: approx Emerald. HEX triplet: 49, E1 and 88. RGB value is (73,225,136). Sum of RGB (Red+Green+Blue) = 73+225+136=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #49E188 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E188 is #B61E77. Grayscale: #A9A9A9. Windows color (decimal): -11935352 or 8970569. OLE color: 8970569.

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

Color convert

RGB73225136-
CMYK0.6800.400.12
HSL144.87º71.7%58.43%-
HSV(B)144.87º67.56%88.24%-
XYZ34.1257.0432.51-
YUV169.41109.1459.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.82%
GREEN value IS 225 (88.28% from 255) = 51.84%
BLUE value IS 136 (53.52% from 255) = 31.34%
R=16.82%
G=51.84%
B=31.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal732251360.6800.400.12144.8771.758.43
Hex49E18844028C91483a
Octal1113412101040501422111072
Binary10010011110000110001000100010001010001100100100011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,225,136); }

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

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

 a { background-color: rgb(73,225,136); }

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

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

 span { border-color: rgb(73,225,136); }

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