#49C972

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

Shades of Emerald #49C972

Tints of Emerald #49C972

Color information

#49C972 (or 0x49C972) is unknown color: approx Emerald. HEX triplet: 49, C9 and 72. RGB value is (73,201,114). Sum of RGB (Red+Green+Blue) = 73+201+114=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #49C972 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C972 is #B6368D. Grayscale: #999999. Windows color (decimal): -11941518 or 7522633. OLE color: 7522633.

HSL color Cylindrical-coordinate representation of color #49C972: hue angle of 139.22º 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 #49C972 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB73201114-
CMYK0.6400.430.21
HSL139.22º54.24%53.73%-
HSV(B)139.22º63.68%78.82%-
XYZ26.6744.423.08-
YUV152.81106.0971.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.81%
GREEN value IS 201 (78.91% from 255) = 51.80%
BLUE value IS 114 (44.92% from 255) = 29.38%
R=18.81%
G=51.80%
B=29.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal732011140.6400.430.21139.2254.2453.73
Hex49C9724002B158b3636
Octal111311162100053252136666
Binary1001001110010011110010100000001010111010110001011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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