#49C274

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

Shades of Emerald #49C274

Tints of Emerald #49C274

Color information

#49C274 (or 0x49C274) is unknown color: approx Emerald. HEX triplet: 49, C2 and 74. RGB value is (73,194,116). Sum of RGB (Red+Green+Blue) = 73+194+116=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #49C274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C274 is #B63D8B. Grayscale: #959595. Windows color (decimal): -11943308 or 7651913. OLE color: 7651913.

HSL color Cylindrical-coordinate representation of color #49C274: hue angle of 141.32º degrees, saturation: 0.5, 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 #49C274 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB73194116-
CMYK0.6200.400.24
HSL141.32º49.79%52.35%-
HSV(B)141.32º62.37%76.08%-
XYZ25.1941.2623.16-
YUV148.93109.4173.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.06%
GREEN value IS 194 (76.17% from 255) = 50.65%
BLUE value IS 116 (45.70% from 255) = 30.29%
R=19.06%
G=50.65%
B=30.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731941160.6200.400.24141.3249.7952.35
Hex49C2743E028188d3234
Octal11130216476050302156264
Binary100100111000010111010011111001010001100010001101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,194,116); }

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

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

 a { background-color: rgb(73,194,116); }

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

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

 span { border-color: rgb(73,194,116); }

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