#49C87C

Color #49C87C Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #49C87C

Tints of Emerald #49C87C

Color information

#49C87C (or 0x49C87C) is unknown color: approx Emerald. HEX triplet: 49, C8 and 7C. RGB value is (73,200,124). Sum of RGB (Red+Green+Blue) = 73+200+124=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #49C87C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C87C is #B63783. Grayscale: #999999. Windows color (decimal): -11941764 or 8177737. OLE color: 8177737.

HSL color Cylindrical-coordinate representation of color #49C87C: hue angle of 144.09º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C87C is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB73200124-
CMYK0.6400.380.22
HSL144.09º53.59%53.53%-
HSV(B)144.09º63.5%78.43%-
XYZ27.0444.1826.17-
YUV153.36111.4270.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.39%
GREEN value IS 200 (78.52% from 255) = 50.38%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=18.39%
G=50.38%
B=31.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal732001240.6400.380.22144.0953.5953.53
Hex49C87C4002616903636
Octal111310174100046262206666
Binary1001001110010001111100100000001001101011010010000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49C87C;
 }
 .AnyTagClassName
 {
   color: #49C87C;
 }
</style>
background-color css

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

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

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

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

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

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