Html Css Color HEX #49C479 Emerald

📋 copy color: '#49C479'

red 73 ◦ green 196 ◦ blue 121

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

Shades of Emerald #49C479

Tints of Emerald #49C479

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.26%

 BLUE value IS 121 (47.66% from 255) = 31.03%

R = 18.72%
G = 50.26%
B = 31.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#49C479 (or 0x49C479) is known color: Emerald. HEX triplet: 49, C4 and 79. RGB value is (73,196,121). Sum of RGB (Red+Green+Blue) = 73+196+121=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #49C479 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C479 is #B63B86. Grayscale: #969696. Windows color (decimal): -11942791 or 7980105. OLE color: 7980105.

HSL color Cylindrical-coordinate representation of color #49C479: hue angle of 143.41º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C479 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 196 121 -
CMYK 0.63 0 0.38 0.23
HSL 143.41º 0.51% 0.53% -
HSV(B) 143.41º 0.63% 0.77% -
XYZ 25.94 42.28 24.88 -
YUV 150.67 111.25 72.6 -
System Red Green Blue C M Y K H S L
Decimal 73 196 121 0.63 0 0.38 0.23 143.41 0.51 0.53
Hex 49 C4 79 3F 0 26 17 8F 33 35
Octal 111 304 171 77 0 46 27 217 63 65
Binary 1001001 11000100 1111001 111111 0 100110 10111 10001111 110011 110101

Color Harmonies of #49C479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C479

Black with #49C479

Text Example


Text Example

White with #49C479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,196,121); }

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

background-color css

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

 a { background-color: rgb(73,196,121); }

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

border-color css

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

 span { border-color: rgb(73,196,121); }

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