#49E38B

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

Shades of Emerald #49E38B

Tints of Emerald #49E38B

Color information

#49E38B (or 0x49E38B) is unknown color: approx Emerald. HEX triplet: 49, E3 and 8B. RGB value is (73,227,139). Sum of RGB (Red+Green+Blue) = 73+227+139=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #49E38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E38B is #B61C74. Grayscale: #ABABAB. Windows color (decimal): -11934837 or 9167689. OLE color: 9167689.

HSL color Cylindrical-coordinate representation of color #49E38B: hue angle of 145.71º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E38B is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB73227139-
CMYK0.6800.390.11
HSL145.71º73.33%58.82%-
HSV(B)145.71º67.84%89.02%-
XYZ34.8858.2233.83-
YUV170.92109.9858.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.63%
GREEN value IS 227 (89.06% from 255) = 51.71%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=16.63%
G=51.71%
B=31.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732271390.6800.390.11145.7173.3358.82
Hex49E38B44027B92493b
Octal1113432131040471322211173
Binary10010011110001110001011100010001001111011100100101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,227,139); }

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

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

 a { background-color: rgb(73,227,139); }

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

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

 span { border-color: rgb(73,227,139); }

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