#49D88A

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

Shades of Emerald #49D88A

Tints of Emerald #49D88A

Color information

#49D88A (or 0x49D88A) is unknown color: approx Emerald. HEX triplet: 49, D8 and 8A. RGB value is (73,216,138). Sum of RGB (Red+Green+Blue) = 73+216+138=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #49D88A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D88A is #B62775. Grayscale: #A4A4A4. Windows color (decimal): -11937654 or 9099337. OLE color: 9099337.

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

Color convert

RGB73216138-
CMYK0.6600.360.15
HSL147.27º64.71%56.67%-
HSV(B)147.27º66.2%84.71%-
XYZ31.8952.3632.47-
YUV164.35113.1262.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.10%
GREEN value IS 216 (84.77% from 255) = 50.59%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=17.10%
G=50.59%
B=32.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732161380.6600.360.15147.2764.7156.67
Hex49D88A42024F934139
Octal1113302121020441722310171
Binary10010011101100010001010100001001001001111100100111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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