#49D785

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

Shades of Emerald #49D785

Tints of Emerald #49D785

Color information

#49D785 (or 0x49D785) is unknown color: approx Emerald. HEX triplet: 49, D7 and 85. RGB value is (73,215,133). Sum of RGB (Red+Green+Blue) = 73+215+133=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #49D785 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D785 is #B6287A. Grayscale: #A3A3A3. Windows color (decimal): -11937915 or 8771401. OLE color: 8771401.

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

Color convert

RGB73215133-
CMYK0.6600.380.16
HSL145.35º63.96%56.47%-
HSV(B)145.35º66.05%84.31%-
XYZ31.2851.7130.52-
YUV163.19110.9663.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.34%
GREEN value IS 215 (84.38% from 255) = 51.07%
BLUE value IS 133 (52.34% from 255) = 31.59%
R=17.34%
G=51.07%
B=31.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal732151330.6600.380.16145.3563.9656.47
Hex49D7854202610914038
Octal1113272051020462022110070
Binary100100111010111100001011000010010011010000100100011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,215,133); }

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

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

 a { background-color: rgb(73,215,133); }

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

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

 span { border-color: rgb(73,215,133); }

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