Html Css Color HEX #49C389 Emerald

📋 copy color: '#49C389'

red 73 ◦ green 195 ◦ blue 137

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

Shades of Emerald #49C389

Tints of Emerald #49C389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.83%

R = 18.02%
G = 48.15%
B = 33.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#49C389 (or 0x49C389) is known color: Emerald. HEX triplet: 49, C3 and 89. RGB value is (73,195,137). Sum of RGB (Red+Green+Blue) = 73+195+137=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #49C389 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C389 is #B63C76. Grayscale: #989898. Windows color (decimal): -11943031 or 9028425. OLE color: 9028425.

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

Color convert

RGB 73 195 137 -
CMYK 0.63 0 0.30 0.24
HSL 151.48º 0.5% 0.53% -
HSV(B) 151.48º 0.63% 0.76% -
XYZ 26.78 42.25 30.41 -
YUV 151.91 119.58 71.72 -
System Red Green Blue C M Y K H S L
Decimal 73 195 137 0.63 0 0.30 0.24 151.48 0.5 0.53
Hex 49 C3 89 3F 0 1E 18 97 32 35
Octal 111 303 211 77 0 36 30 227 62 65
Binary 1001001 11000011 10001001 111111 0 11110 11000 10010111 110010 110101

Color Harmonies of #49C389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C389

Black with #49C389

Text Example


Text Example

White with #49C389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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