#49c370

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

Shades of Emerald #49C370

Tints of Emerald #49C370

Color information

#49C370 (or 0x49C370) is unknown color: approx Emerald. HEX triplet: 49, C3 and 70. RGB value is (73,195,112). Sum of RGB (Red+Green+Blue) = 73+195+112=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 195 (76.56% from 255 or 51.32% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 195 - color contains mainly: green. Hex color #49C370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C370 is #B63C8F. Grayscale: #959595. Windows color (decimal): -11943056 or 7390025. OLE color: 7390025.

HSL color Cylindrical-coordinate representation of color #49C370: hue angle of 139.18º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C370 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB73195112-
CMYK0.6300.430.24
HSL139.18º50.41%52.55%-
HSV(B)139.18º62.56%76.47%-
XYZ25.1941.6222.03-
YUV149.06107.0873.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.21%
GREEN value IS 195 (76.56% from 255) = 51.32%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=19.21%
G=51.32%
B=29.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731951120.6300.430.24139.1850.4152.55
Hex49C3703F02B188b3235
Octal11130316077053302136265
Binary100100111000011111000011111101010111100010001011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49c370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,195,112); }

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

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

 a { background-color: rgb(73,195,112); }

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

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

 span { border-color: rgb(73,195,112); }

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