#49D58B

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

Shades of Emerald #49D58B

Tints of Emerald #49D58B

Color information

#49D58B (or 0x49D58B) is unknown color: approx Emerald. HEX triplet: 49, D5 and 8B. RGB value is (73,213,139). Sum of RGB (Red+Green+Blue) = 73+213+139=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #49D58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D58B is #B62A74. Grayscale: #A2A2A2. Windows color (decimal): -11938421 or 9164105. OLE color: 9164105.

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

Color convert

RGB73213139-
CMYK0.6600.350.16
HSL148.29º62.5%56.08%-
HSV(B)148.29º65.73%83.53%-
XYZ31.250.8732.6-
YUV162.7114.6264.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.18%
GREEN value IS 213 (83.59% from 255) = 50.12%
BLUE value IS 139 (54.69% from 255) = 32.71%
R=17.18%
G=50.12%
B=32.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal732131390.6600.350.16148.2962.556.08
Hex49D58B4202310943e38
Octal111325213102043202247670
Binary10010011101010110001011100001001000111000010010100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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