Html Css Color HEX #49D376 Emerald

📋 copy color: '#49D376'

red 73 ◦ green 211 ◦ blue 118

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

Shades of Emerald #49D376

Tints of Emerald #49D376

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.49%

 BLUE value IS 118 (46.48% from 255) = 29.35%

R = 18.16%
G = 52.49%
B = 29.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#49D376 (or 0x49D376) is known color: Emerald. HEX triplet: 49, D3 and 76. RGB value is (73,211,118). Sum of RGB (Red+Green+Blue) = 73+211+118=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #49D376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D376 is #B62C89. Grayscale: #9F9F9F. Windows color (decimal): -11938954 or 7787337. OLE color: 7787337.

HSL color Cylindrical-coordinate representation of color #49D376: hue angle of 139.57º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D376 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 211 118 -
CMYK 0.65 0 0.44 0.17
HSL 139.57º 0.61% 0.56% -
HSV(B) 139.57º 0.65% 0.83% -
XYZ 29.31 49.31 25.11 -
YUV 159.14 104.78 66.56 -
System Red Green Blue C M Y K H S L
Decimal 73 211 118 0.65 0 0.44 0.17 139.57 0.61 0.56
Hex 49 D3 76 41 0 2C 11 8C 3D 38
Octal 111 323 166 101 0 54 21 214 75 70
Binary 1001001 11010011 1110110 1000001 0 101100 10001 10001100 111101 111000

Color Harmonies of #49D376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D376

Black with #49D376

Text Example


Text Example

White with #49D376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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