Html Css Color HEX #49BE71 Emerald

📋 copy color: '#49BE71'

red 73 ◦ green 190 ◦ blue 113

#49BE71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #49BE71

Tints of Emerald #49BE71

RGB

 RED value IS 73 (28.91% from 255) = 19.41%

 GREEN value IS 190 (74.61% from 255) = 50.53%

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 19.41%
G = 50.53%
B = 30.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#49BE71 (or 0x49BE71) is known color: Emerald. HEX triplet: 49, BE and 71. RGB value is (73,190,113). Sum of RGB (Red+Green+Blue) = 73+190+113=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BE71 is #B6418E. Grayscale: #929292. Windows color (decimal): -11944335 or 7454281. OLE color: 7454281.

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

Color convert

RGB 73 190 113 -
CMYK 0.62 0 0.41 0.25
HSL 140.51º 0.47% 0.52% -
HSV(B) 140.51º 0.62% 0.75% -
XYZ 24.14 39.44 21.96 -
YUV 146.24 109.24 75.76 -
System Red Green Blue C M Y K H S L
Decimal 73 190 113 0.62 0 0.41 0.25 140.51 0.47 0.52
Hex 49 BE 71 3E 0 29 19 8D 2F 34
Octal 111 276 161 76 0 51 31 215 57 64
Binary 1001001 10111110 1110001 111110 0 101001 11001 10001101 101111 110100

Color Harmonies of #49BE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BE71

Black with #49BE71

Text Example


Text Example

White with #49BE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49BE71;
 }
 .AnyTagClassName
 {
   color: #49BE71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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