#49D28C

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

Shades of Emerald #49D28C

Tints of Emerald #49D28C

Color information

#49D28C (or 0x49D28C) is unknown color: approx Emerald. HEX triplet: 49, D2 and 8C. RGB value is (73,210,140). Sum of RGB (Red+Green+Blue) = 73+210+140=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #49D28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D28C is #B62D73. Grayscale: #A1A1A1. Windows color (decimal): -11939188 or 9228873. OLE color: 9228873.

HSL color Cylindrical-coordinate representation of color #49D28C: hue angle of 149.34º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D28C is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB73210140-
CMYK0.6500.330.18
HSL149.34º60.35%55.49%-
HSV(B)149.34º65.24%82.35%-
XYZ30.5349.432.74-
YUV161.06116.1165.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.26%
GREEN value IS 210 (82.42% from 255) = 49.65%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=17.26%
G=49.65%
B=33.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal732101400.6500.330.18149.3460.3555.49
Hex49D28C4102112953c37
Octal111322214101041222257467
Binary10010011101001010001100100000101000011001010010101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,210,140); }

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

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

 a { background-color: rgb(73,210,140); }

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

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

 span { border-color: rgb(73,210,140); }

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