#49D85A

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

Shades of Emerald #49D85A

Tints of Emerald #49D85A

Color information

#49D85A (or 0x49D85A) is unknown color: approx Emerald. HEX triplet: 49, D8 and 5A. RGB value is (73,216,90). Sum of RGB (Red+Green+Blue) = 73+216+90=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #49D85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D85A is #B627A5. Grayscale: #9F9F9F. Windows color (decimal): -11937702 or 5953609. OLE color: 5953609.

HSL color Cylindrical-coordinate representation of color #49D85A: hue angle of 127.13º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D85A is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB7321690-
CMYK0.6600.580.15
HSL127.13º64.71%56.67%-
HSV(B)127.13º66.2%84.71%-
XYZ29.1551.2718.03-
YUV158.8889.1266.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 216 (84.77% from 255) = 56.99%
BLUE value IS 90 (35.55% from 255) = 23.75%
R=19.26%
G=56.99%
B=23.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal73216900.6600.580.15127.1364.7156.67
Hex49D85A4203AF7f4139
Octal1113301321020721717710171
Binary100100111011000101101010000100111010111111111111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,216,90); }

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

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

 a { background-color: rgb(73,216,90); }

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

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

 span { border-color: rgb(73,216,90); }

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