#49D675

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

Shades of Emerald #49D675

Tints of Emerald #49D675

Color information

#49D675 (or 0x49D675) is unknown color: approx Emerald. HEX triplet: 49, D6 and 75. RGB value is (73,214,117). Sum of RGB (Red+Green+Blue) = 73+214+117=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #49D675 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D675 is #B6298A. Grayscale: #A1A1A1. Windows color (decimal): -11938187 or 7722569. OLE color: 7722569.

HSL color Cylindrical-coordinate representation of color #49D675: hue angle of 138.72º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D675 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB73214117-
CMYK0.6600.450.16
HSL138.72º63.23%56.27%-
HSV(B)138.72º65.89%83.92%-
XYZ30.0150.7925.05-
YUV160.78103.2965.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.07%
GREEN value IS 214 (83.98% from 255) = 52.97%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=18.07%
G=52.97%
B=28.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal732141170.6600.450.16138.7263.2356.27
Hex49D6754202D108b3f38
Octal111326165102055202137770
Binary1001001110101101110101100001001011011000010001011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,214,117); }

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

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

 a { background-color: rgb(73,214,117); }

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

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

 span { border-color: rgb(73,214,117); }

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