#49DC72

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

Shades of Emerald #49DC72

Tints of Emerald #49DC72

Color information

#49DC72 (or 0x49DC72) is unknown color: approx Emerald. HEX triplet: 49, DC and 72. RGB value is (73,220,114). Sum of RGB (Red+Green+Blue) = 73+220+114=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC72 is #B6238D. Grayscale: #A4A4A4. Windows color (decimal): -11936654 or 7527497. OLE color: 7527497.

HSL color Cylindrical-coordinate representation of color #49DC72: hue angle of 136.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DC72 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB73220114-
CMYK0.6700.480.14
HSL136.73º67.74%57.45%-
HSV(B)136.73º66.82%86.27%-
XYZ31.3853.8224.65-
YUV163.9699.863.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.94%
GREEN value IS 220 (86.33% from 255) = 54.05%
BLUE value IS 114 (44.92% from 255) = 28.01%
R=17.94%
G=54.05%
B=28.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732201140.6700.480.14136.7367.7457.45
Hex49DC7243030E894439
Octal1113341621030601621110471
Binary1001001110111001110010100001101100001110100010011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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