#49BF79

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

Shades of Emerald #49BF79

Tints of Emerald #49BF79

Color information

#49BF79 (or 0x49BF79) is unknown color: approx Emerald. HEX triplet: 49, BF and 79. RGB value is (73,191,121). Sum of RGB (Red+Green+Blue) = 73+191+121=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF79 is #B64086. Grayscale: #939393. Windows color (decimal): -11944071 or 7978825. OLE color: 7978825.

HSL color Cylindrical-coordinate representation of color #49BF79: hue angle of 144.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BF79 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB73191121-
CMYK0.6200.370.25
HSL144.41º47.97%51.76%-
HSV(B)144.41º61.78%74.9%-
XYZ24.8340.0624.51-
YUV147.74112.9174.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 191 (75% from 255) = 49.61%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=18.96%
G=49.61%
B=31.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731911210.6200.370.25144.4147.9751.76
Hex49BF793E02519903034
Octal11127717176045312206064
Binary100100110111111111100111111001001011100110010000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,191,121); }

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

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

 a { background-color: rgb(73,191,121); }

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

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

 span { border-color: rgb(73,191,121); }

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