Html Css Color HEX #49C371 Emerald

📋 copy color: '#49C371'

red 73 ◦ green 195 ◦ blue 113

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

Shades of Emerald #49C371

Tints of Emerald #49C371

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.18%

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

R = 19.16%
G = 51.18%
B = 29.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#49C371 (or 0x49C371) is known color: Emerald. HEX triplet: 49, C3 and 71. RGB value is (73,195,113). Sum of RGB (Red+Green+Blue) = 73+195+113=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #49C371 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C371 is #B63C8E. Grayscale: #959595. Windows color (decimal): -11943055 or 7455561. OLE color: 7455561.

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

Color convert

RGB 73 195 113 -
CMYK 0.63 0 0.42 0.24
HSL 139.67º 0.5% 0.53% -
HSV(B) 139.67º 0.63% 0.76% -
XYZ 25.24 41.64 22.33 -
YUV 149.17 107.58 73.67 -
System Red Green Blue C M Y K H S L
Decimal 73 195 113 0.63 0 0.42 0.24 139.67 0.5 0.53
Hex 49 C3 71 3F 0 2A 18 8C 32 35
Octal 111 303 161 77 0 52 30 214 62 65
Binary 1001001 11000011 1110001 111111 0 101010 11000 10001100 110010 110101

Color Harmonies of #49C371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C371

Black with #49C371

Text Example


Text Example

White with #49C371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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