#49D156

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

Shades of Emerald #49D156

Tints of Emerald #49D156

Color information

#49D156 (or 0x49D156) is unknown color: approx Emerald. HEX triplet: 49, D1 and 56. RGB value is (73,209,86). Sum of RGB (Red+Green+Blue) = 73+209+86=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 209 (82.03% from 255 or 56.79% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 209 - color contains mainly: green. Hex color #49D156 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D156 is #B62EA9. Grayscale: #9A9A9A. Windows color (decimal): -11939498 or 5689673. OLE color: 5689673.

HSL color Cylindrical-coordinate representation of color #49D156: hue angle of 125.74º 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 #49D156 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB7320986-
CMYK0.6500.590.18
HSL125.74º59.65%55.29%-
HSV(B)125.74º65.07%81.96%-
XYZ27.2347.6916.57-
YUV154.3189.4470-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.84%
GREEN value IS 209 (82.03% from 255) = 56.79%
BLUE value IS 86 (33.98% from 255) = 23.37%
R=19.84%
G=56.79%
B=23.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal73209860.6500.590.18125.7459.6555.29
Hex49D1564103B127e3c37
Octal111321126101073221767467
Binary100100111010001101011010000010111011100101111110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,209,86); }

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

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

 a { background-color: rgb(73,209,86); }

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

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

 span { border-color: rgb(73,209,86); }

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