Html Css Color HEX #49C272 Emerald

📋 copy color: '#49C272'

red 73 ◦ green 194 ◦ blue 114

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

Shades of Emerald #49C272

Tints of Emerald #49C272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.92%

R = 19.16%
G = 50.92%
B = 29.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#49C272 (or 0x49C272) is known color: Emerald. HEX triplet: 49, C2 and 72. RGB value is (73,194,114). Sum of RGB (Red+Green+Blue) = 73+194+114=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #49C272 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C272 is #B63D8D. Grayscale: #949494. Windows color (decimal): -11943310 or 7520841. OLE color: 7520841.

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

Color convert

RGB 73 194 114 -
CMYK 0.62 0 0.41 0.24
HSL 140.33º 0.5% 0.52% -
HSV(B) 140.33º 0.62% 0.76% -
XYZ 25.08 41.21 22.55 -
YUV 148.7 108.41 74 -
System Red Green Blue C M Y K H S L
Decimal 73 194 114 0.62 0 0.41 0.24 140.33 0.5 0.52
Hex 49 C2 72 3E 0 29 18 8C 32 34
Octal 111 302 162 76 0 51 30 214 62 64
Binary 1001001 11000010 1110010 111110 0 101001 11000 10001100 110010 110100

Color Harmonies of #49C272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C272

Black with #49C272

Text Example


Text Example

White with #49C272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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