Html Css Color HEX #49C07E Emerald

📋 copy color: '#49C07E'

red 73 ◦ green 192 ◦ blue 126

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

Shades of Emerald #49C07E

Tints of Emerald #49C07E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.1%

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 18.67%
G = 49.1%
B = 32.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#49C07E (or 0x49C07E) is known color: Emerald. HEX triplet: 49, C0 and 7E. RGB value is (73,192,126). Sum of RGB (Red+Green+Blue) = 73+192+126=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #49C07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C07E is #B63F81. Grayscale: #959595. Windows color (decimal): -11943810 or 8306761. OLE color: 8306761.

HSL color Cylindrical-coordinate representation of color #49C07E: hue angle of 146.72º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C07E is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 192 126 -
CMYK 0.62 0 0.34 0.25
HSL 146.72º 0.49% 0.52% -
HSV(B) 146.72º 0.62% 0.75% -
XYZ 25.36 40.62 26.24 -
YUV 148.9 115.08 73.87 -
System Red Green Blue C M Y K H S L
Decimal 73 192 126 0.62 0 0.34 0.25 146.72 0.49 0.52
Hex 49 C0 7E 3E 0 22 19 93 31 34
Octal 111 300 176 76 0 42 31 223 61 64
Binary 1001001 11000000 1111110 111110 0 100010 11001 10010011 110001 110100

Color Harmonies of #49C07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C07E

Black with #49C07E

Text Example


Text Example

White with #49C07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,192,126); }

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

background-color css

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

 a { background-color: rgb(73,192,126); }

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

border-color css

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

 span { border-color: rgb(73,192,126); }

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