#49be73

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

Shades of Emerald #49BE73

Tints of Emerald #49BE73

Color information

#49BE73 (or 0x49BE73) is unknown color: approx Emerald. HEX triplet: 49, BE and 73. RGB value is (73,190,115). Sum of RGB (Red+Green+Blue) = 73+190+115=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BE73 is #B6418C. Grayscale: #929292. Windows color (decimal): -11944333 or 7585353. OLE color: 7585353.

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

Color convert

RGB73190115-
CMYK0.6200.390.25
HSL141.54º47.37%51.57%-
HSV(B)141.54º61.58%74.51%-
XYZ24.2639.4822.56-
YUV146.47110.2475.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.31%
GREEN value IS 190 (74.61% from 255) = 50.26%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=19.31%
G=50.26%
B=30.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731901150.6200.390.25141.5447.3751.57
Hex49BE733E027198e2f34
Octal11127616376047312165764
Binary100100110111110111001111111001001111100110001110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49be73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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