#49D688

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

Shades of Emerald #49D688

Tints of Emerald #49D688

Color information

#49D688 (or 0x49D688) is unknown color: approx Emerald. HEX triplet: 49, D6 and 88. RGB value is (73,214,136). Sum of RGB (Red+Green+Blue) = 73+214+136=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #49D688 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D688 is #B62977. Grayscale: #A3A3A3. Windows color (decimal): -11938168 or 8967753. OLE color: 8967753.

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

Color convert

RGB73214136-
CMYK0.6600.360.16
HSL146.81º63.23%56.27%-
HSV(B)146.81º65.89%83.92%-
XYZ31.2451.2931.55-
YUV162.95112.7963.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.26%
GREEN value IS 214 (83.98% from 255) = 50.59%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=17.26%
G=50.59%
B=32.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal732141360.6600.360.16146.8163.2356.27
Hex49D6884202410933f38
Octal111326210102044202237770
Binary10010011101011010001000100001001001001000010010011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,214,136); }

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

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

 a { background-color: rgb(73,214,136); }

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

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

 span { border-color: rgb(73,214,136); }

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