#49CD8B

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

Shades of Emerald #49CD8B

Tints of Emerald #49CD8B

Color information

#49CD8B (or 0x49CD8B) is unknown color: approx Emerald. HEX triplet: 49, CD and 8B. RGB value is (73,205,139). Sum of RGB (Red+Green+Blue) = 73+205+139=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CD8B is #B63274. Grayscale: #9E9E9E. Windows color (decimal): -11940469 or 9162057. OLE color: 9162057.

HSL color Cylindrical-coordinate representation of color #49CD8B: hue angle of 150º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CD8B is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB73205139-
CMYK0.6400.320.20
HSL150º56.9%54.51%-
HSV(B)150º64.39%80.39%-
XYZ29.2446.9431.95-
YUV158.01117.2767.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.51%
GREEN value IS 205 (80.47% from 255) = 49.16%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=17.51%
G=49.16%
B=33.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732051390.6400.320.2015056.954.51
Hex49CD8B4002014963937
Octal111315213100040242267167
Binary10010011100110110001011100000001000001010010010110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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