#49C97B

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

Shades of Emerald #49C97B

Tints of Emerald #49C97B

Color information

#49C97B (or 0x49C97B) is unknown color: approx Emerald. HEX triplet: 49, C9 and 7B. RGB value is (73,201,123). Sum of RGB (Red+Green+Blue) = 73+201+123=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #49C97B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C97B is #B63684. Grayscale: #9A9A9A. Windows color (decimal): -11941509 or 8112457. OLE color: 8112457.

HSL color Cylindrical-coordinate representation of color #49C97B: hue angle of 143.44º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C97B is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB73201123-
CMYK0.6400.390.21
HSL143.44º54.24%53.73%-
HSV(B)143.44º63.68%78.82%-
XYZ27.2144.6225.92-
YUV153.84110.5970.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.39%
GREEN value IS 201 (78.91% from 255) = 50.63%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=18.39%
G=50.63%
B=30.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal732011230.6400.390.21143.4454.2453.73
Hex49C97B40027158f3636
Octal111311173100047252176666
Binary1001001110010011111011100000001001111010110001111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,201,123); }

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

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

 a { background-color: rgb(73,201,123); }

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

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

 span { border-color: rgb(73,201,123); }

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