#49D56E

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

Shades of Emerald #49D56E

Tints of Emerald #49D56E

Color information

#49D56E (or 0x49D56E) is unknown color: approx Emerald. HEX triplet: 49, D5 and 6E. RGB value is (73,213,110). Sum of RGB (Red+Green+Blue) = 73+213+110=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 213 (83.59% from 255 or 53.79% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 213 - color contains mainly: green. Hex color #49D56E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D56E is #B62A91. Grayscale: #9F9F9F. Windows color (decimal): -11938450 or 7263561. OLE color: 7263561.

HSL color Cylindrical-coordinate representation of color #49D56E: hue angle of 135.86º degrees, saturation: 0.62, 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 #49D56E is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB73213110-
CMYK0.6600.480.16
HSL135.86º62.5%56.08%-
HSV(B)135.86º65.73%83.53%-
XYZ29.3650.1322.88-
YUV159.4100.1266.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.43%
GREEN value IS 213 (83.59% from 255) = 53.79%
BLUE value IS 110 (43.36% from 255) = 27.78%
R=18.43%
G=53.79%
B=27.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal732131100.6600.480.16135.8662.556.08
Hex49D56E4203010883e38
Octal111325156102060202107670
Binary1001001110101011101110100001001100001000010001000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,213,110); }

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

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

 a { background-color: rgb(73,213,110); }

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

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

 span { border-color: rgb(73,213,110); }

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