#49CA86

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

Shades of Emerald #49CA86

Tints of Emerald #49CA86

Color information

#49CA86 (or 0x49CA86) is unknown color: approx Emerald. HEX triplet: 49, CA and 86. RGB value is (73,202,134). Sum of RGB (Red+Green+Blue) = 73+202+134=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CA86 is #B63579. Grayscale: #9B9B9B. Windows color (decimal): -11941242 or 8833609. OLE color: 8833609.

HSL color Cylindrical-coordinate representation of color #49CA86: hue angle of 148.37º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA86 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB73202134-
CMYK0.6400.340.21
HSL148.37º54.89%53.92%-
HSV(B)148.37º63.86%79.22%-
XYZ28.1745.3829.83-
YUV155.68115.7669.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.85%
GREEN value IS 202 (79.30% from 255) = 49.39%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=17.85%
G=49.39%
B=32.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal732021340.6400.340.21148.3754.8953.92
Hex49CA864002215943736
Octal111312206100042252246766
Binary10010011100101010000110100000001000101010110010100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,202,134); }

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

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

 a { background-color: rgb(73,202,134); }

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

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

 span { border-color: rgb(73,202,134); }

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