Html Css Color HEX #49BC79 Emerald

📋 copy color: '#49BC79'

red 73 ◦ green 188 ◦ blue 121

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

Shades of Emerald #49BC79

Tints of Emerald #49BC79

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.21%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 19.11%
G = 49.21%
B = 31.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#49BC79 (or 0x49BC79) is known color: Emerald. HEX triplet: 49, BC and 79. RGB value is (73,188,121). Sum of RGB (Red+Green+Blue) = 73+188+121=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BC79 is #B64386. Grayscale: #929292. Windows color (decimal): -11944839 or 7978057. OLE color: 7978057.

HSL color Cylindrical-coordinate representation of color #49BC79: hue angle of 145.04º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BC79 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 188 121 -
CMYK 0.61 0 0.36 0.26
HSL 145.04º 0.46% 0.51% -
HSV(B) 145.04º 0.61% 0.74% -
XYZ 24.18 38.76 24.3 -
YUV 145.98 113.9 75.95 -
System Red Green Blue C M Y K H S L
Decimal 73 188 121 0.61 0 0.36 0.26 145.04 0.46 0.51
Hex 49 BC 79 3D 0 24 1A 91 2E 33
Octal 111 274 171 75 0 44 32 221 56 63
Binary 1001001 10111100 1111001 111101 0 100100 11010 10010001 101110 110011

Color Harmonies of #49BC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC79

Black with #49BC79

Text Example


Text Example

White with #49BC79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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