#49d46c

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

Shades of Emerald #49D46C

Tints of Emerald #49D46C

Color information

#49D46C (or 0x49D46C) is unknown color: approx Emerald. HEX triplet: 49, D4 and 6C. RGB value is (73,212,108). Sum of RGB (Red+Green+Blue) = 73+212+108=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 212 (83.20% from 255 or 53.94% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 212 - color contains mainly: green. Hex color #49D46C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D46C is #B62B93. Grayscale: #9E9E9E. Windows color (decimal): -11938708 or 7132233. OLE color: 7132233.

HSL color Cylindrical-coordinate representation of color #49D46C: hue angle of 135.11º 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 #49D46C is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB73212108-
CMYK0.6600.490.17
HSL135.11º61.78%55.88%-
HSV(B)135.11º65.57%83.14%-
XYZ2949.5922.23-
YUV158.5899.4566.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.58%
GREEN value IS 212 (83.20% from 255) = 53.94%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=18.58%
G=53.94%
B=27.48%

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
Decimal732121080.6600.490.17135.1161.7855.88
Hex49D46C4203111873e38
Octal111324154102061212077670
Binary1001001110101001101100100001001100011000110000111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49d46c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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