#49BE76

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

Shades of Emerald #49BE76

Tints of Emerald #49BE76

Color information

#49BE76 (or 0x49BE76) is unknown color: approx Emerald. HEX triplet: 49, BE and 76. RGB value is (73,190,118). Sum of RGB (Red+Green+Blue) = 73+190+118=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BE76 is #B64189. Grayscale: #929292. Windows color (decimal): -11944330 or 7781961. OLE color: 7781961.

HSL color Cylindrical-coordinate representation of color #49BE76: hue angle of 143.08º degrees, saturation: 0.47, 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 #49BE76 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB73190118-
CMYK0.6200.380.25
HSL143.08º47.37%51.57%-
HSV(B)143.08º61.58%74.51%-
XYZ24.4339.5523.49-
YUV146.81111.7475.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.16%
GREEN value IS 190 (74.61% from 255) = 49.87%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=19.16%
G=49.87%
B=30.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731901180.6200.380.25143.0847.3751.57
Hex49BE763E026198f2f34
Octal11127616676046312175764
Binary100100110111110111011011111001001101100110001111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,190,118); }

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

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

 a { background-color: rgb(73,190,118); }

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

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

 span { border-color: rgb(73,190,118); }

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