#49d75d

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

Shades of Emerald #49D75D

Tints of Emerald #49D75D

Color information

#49D75D (or 0x49D75D) is unknown color: approx Emerald. HEX triplet: 49, D7 and 5D. RGB value is (73,215,93). Sum of RGB (Red+Green+Blue) = 73+215+93=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 215 (84.38% from 255 or 56.43% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 215 - color contains mainly: green. Hex color #49D75D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D75D is #B628A2. Grayscale: #9E9E9E. Windows color (decimal): -11937955 or 6149961. OLE color: 6149961.

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

Color convert

RGB7321593-
CMYK0.6600.570.16
HSL128.45º63.96%56.47%-
HSV(B)128.45º66.05%84.31%-
XYZ29.0250.8118.63-
YUV158.6390.9666.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.16%
GREEN value IS 215 (84.38% from 255) = 56.43%
BLUE value IS 93 (36.72% from 255) = 24.41%
R=19.16%
G=56.43%
B=24.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73215930.6600.570.16128.4563.9656.47
Hex49D75D4203910804038
Octal1113271351020712020010070
Binary10010011101011110111011000010011100110000100000001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49d75d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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