#49C480

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

Shades of Emerald #49C480

Tints of Emerald #49C480

Color information

#49C480 (or 0x49C480) is unknown color: approx Emerald. HEX triplet: 49, C4 and 80. RGB value is (73,196,128). Sum of RGB (Red+Green+Blue) = 73+196+128=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #49C480 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C480 is #B63B7F. Grayscale: #979797. Windows color (decimal): -11942784 or 8438857. OLE color: 8438857.

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

Color convert

RGB73196128-
CMYK0.6300.350.23
HSL146.83º51.04%52.75%-
HSV(B)146.83º62.76%76.86%-
XYZ26.3842.4527.23-
YUV151.47114.7572.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.39%
GREEN value IS 196 (76.95% from 255) = 49.37%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=18.39%
G=49.37%
B=32.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731961280.6300.350.23146.8351.0452.75
Hex49C4803F02317933335
Octal11130420077043272236365
Binary1001001110001001000000011111101000111011110010011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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