#49C270

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

Shades of Emerald #49C270

Tints of Emerald #49C270

Color information

#49C270 (or 0x49C270) is unknown color: approx Emerald. HEX triplet: 49, C2 and 70. RGB value is (73,194,112). Sum of RGB (Red+Green+Blue) = 73+194+112=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #49C270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C270 is #B63D8F. Grayscale: #949494. Windows color (decimal): -11943312 or 7389769. OLE color: 7389769.

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

Color convert

RGB73194112-
CMYK0.6200.420.24
HSL139.34º49.79%52.35%-
HSV(B)139.34º62.37%76.08%-
XYZ24.9641.1721.96-
YUV148.47107.4174.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 194 (76.17% from 255) = 51.19%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=19.26%
G=51.19%
B=29.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731941120.6200.420.24139.3449.7952.35
Hex49C2703E02A188b3234
Octal11130216076052302136264
Binary100100111000010111000011111001010101100010001011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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