#49C16E

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

Shades of Emerald #49C16E

Tints of Emerald #49C16E

Color information

#49C16E (or 0x49C16E) is unknown color: approx Emerald. HEX triplet: 49, C1 and 6E. RGB value is (73,193,110). Sum of RGB (Red+Green+Blue) = 73+193+110=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #49C16E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C16E is #B63E91. Grayscale: #939393. Windows color (decimal): -11943570 or 7258441. OLE color: 7258441.

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

Color convert

RGB73193110-
CMYK0.6200.430.24
HSL138.5º49.18%52.16%-
HSV(B)138.5º62.18%75.69%-
XYZ24.6340.6821.31-
YUV147.66106.7474.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.41%
GREEN value IS 193 (75.78% from 255) = 51.33%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=19.41%
G=51.33%
B=29.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731931100.6200.430.24138.549.1852.16
Hex49C16E3E02B188a3134
Octal11130115676053302126164
Binary100100111000001110111011111001010111100010001010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,193,110); }

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

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

 a { background-color: rgb(73,193,110); }

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

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

 span { border-color: rgb(73,193,110); }

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