Html Css Color HEX #49C276 Emerald

📋 copy color: '#49C276'

red 73 ◦ green 194 ◦ blue 118

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

Shades of Emerald #49C276

Tints of Emerald #49C276

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.39%

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

R = 18.96%
G = 50.39%
B = 30.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#49C276 (or 0x49C276) is known color: Emerald. HEX triplet: 49, C2 and 76. RGB value is (73,194,118). Sum of RGB (Red+Green+Blue) = 73+194+118=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #49C276 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C276 is #B63D89. Grayscale: #959595. Windows color (decimal): -11943306 or 7782985. OLE color: 7782985.

HSL color Cylindrical-coordinate representation of color #49C276: hue angle of 142.31º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C276 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 194 118 -
CMYK 0.62 0 0.39 0.24
HSL 142.31º 0.5% 0.52% -
HSV(B) 142.31º 0.62% 0.76% -
XYZ 25.31 41.31 23.78 -
YUV 149.16 110.41 73.68 -
System Red Green Blue C M Y K H S L
Decimal 73 194 118 0.62 0 0.39 0.24 142.31 0.5 0.52
Hex 49 C2 76 3E 0 27 18 8E 32 34
Octal 111 302 166 76 0 47 30 216 62 64
Binary 1001001 11000010 1110110 111110 0 100111 11000 10001110 110010 110100

Color Harmonies of #49C276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C276

Black with #49C276

Text Example


Text Example

White with #49C276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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