Html Css Color HEX #49C07F Emerald

📋 copy color: '#49C07F'

red 73 ◦ green 192 ◦ blue 127

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

Shades of Emerald #49C07F

Tints of Emerald #49C07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.4%

R = 18.62%
G = 48.98%
B = 32.4%

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

#49C07F (or 0x49C07F) is known color: Emerald. HEX triplet: 49, C0 and 7F. RGB value is (73,192,127). Sum of RGB (Red+Green+Blue) = 73+192+127=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #49C07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C07F is #B63F80. Grayscale: #959595. Windows color (decimal): -11943809 or 8372297. OLE color: 8372297.

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

Color convert

RGB 73 192 127 -
CMYK 0.62 0 0.34 0.25
HSL 147.23º 0.49% 0.52% -
HSV(B) 147.23º 0.62% 0.75% -
XYZ 25.43 40.65 26.58 -
YUV 149.01 115.58 73.79 -
System Red Green Blue C M Y K H S L
Decimal 73 192 127 0.62 0 0.34 0.25 147.23 0.49 0.52
Hex 49 C0 7F 3E 0 22 19 93 31 34
Octal 111 300 177 76 0 42 31 223 61 64
Binary 1001001 11000000 1111111 111110 0 100010 11001 10010011 110001 110100

Color Harmonies of #49C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C07F

Black with #49C07F

Text Example


Text Example

White with #49C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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