Html Css Color HEX #49C07C Emerald

📋 copy color: '#49C07C'

red 73 ◦ green 192 ◦ blue 124

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

Shades of Emerald #49C07C

Tints of Emerald #49C07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 18.77%
G = 49.36%
B = 31.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#49C07C (or 0x49C07C) is known color: Emerald. HEX triplet: 49, C0 and 7C. RGB value is (73,192,124). Sum of RGB (Red+Green+Blue) = 73+192+124=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #49C07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C07C is #B63F83. Grayscale: #949494. Windows color (decimal): -11943812 or 8175689. OLE color: 8175689.

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

Color convert

RGB 73 192 124 -
CMYK 0.62 0 0.35 0.25
HSL 145.71º 0.49% 0.52% -
HSV(B) 145.71º 0.62% 0.75% -
XYZ 25.24 40.57 25.57 -
YUV 148.67 114.08 74.03 -
System Red Green Blue C M Y K H S L
Decimal 73 192 124 0.62 0 0.35 0.25 145.71 0.49 0.52
Hex 49 C0 7C 3E 0 23 19 92 31 34
Octal 111 300 174 76 0 43 31 222 61 64
Binary 1001001 11000000 1111100 111110 0 100011 11001 10010010 110001 110100

Color Harmonies of #49C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C07C

Black with #49C07C

Text Example


Text Example

White with #49C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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