#49D761

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

Shades of Emerald #49D761

Tints of Emerald #49D761

Color information

#49D761 (or 0x49D761) is unknown color: approx Emerald. HEX triplet: 49, D7 and 61. RGB value is (73,215,97). Sum of RGB (Red+Green+Blue) = 73+215+97=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #49D761 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D761 is #B6289E. Grayscale: #9F9F9F. Windows color (decimal): -11937951 or 6412105. OLE color: 6412105.

HSL color Cylindrical-coordinate representation of color #49D761: hue angle of 130.14º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D761 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB7321597-
CMYK0.6600.550.16
HSL130.14º63.96%56.47%-
HSV(B)130.14º66.05%84.31%-
XYZ29.2150.8819.59-
YUV159.0992.9666.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 215 (84.38% from 255) = 55.84%
BLUE value IS 97 (38.28% from 255) = 25.19%
R=18.96%
G=55.84%
B=25.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73215970.6600.550.16130.1463.9656.47
Hex49D7614203710824038
Octal1113271411020672020210070
Binary10010011101011111000011000010011011110000100000101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,215,97); }

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

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

 a { background-color: rgb(73,215,97); }

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

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

 span { border-color: rgb(73,215,97); }

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