#49d46d

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

Shades of Emerald #49D46D

Tints of Emerald #49D46D

Color information

#49D46D (or 0x49D46D) is unknown color: approx Emerald. HEX triplet: 49, D4 and 6D. RGB value is (73,212,109). Sum of RGB (Red+Green+Blue) = 73+212+109=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 212 (83.20% from 255 or 53.81% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 212 - color contains mainly: green. Hex color #49D46D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D46D is #B62B92. Grayscale: #9E9E9E. Windows color (decimal): -11938707 or 7197769. OLE color: 7197769.

HSL color Cylindrical-coordinate representation of color #49D46D: hue angle of 135.54º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D46D is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB73212109-
CMYK0.6600.490.17
HSL135.54º61.78%55.88%-
HSV(B)135.54º65.57%83.14%-
XYZ29.0549.6122.51-
YUV158.799.9566.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.53%
GREEN value IS 212 (83.20% from 255) = 53.81%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=18.53%
G=53.81%
B=27.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal732121090.6600.490.17135.5461.7855.88
Hex49D46D4203111883e38
Octal111324155102061212107670
Binary1001001110101001101101100001001100011000110001000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49d46d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,212,109); }

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

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

 a { background-color: rgb(73,212,109); }

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

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

 span { border-color: rgb(73,212,109); }

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