#49C86A

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

Shades of Emerald #49C86A

Tints of Emerald #49C86A

Color information

#49C86A (or 0x49C86A) is unknown color: approx Emerald. HEX triplet: 49, C8 and 6A. RGB value is (73,200,106). Sum of RGB (Red+Green+Blue) = 73+200+106=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #49C86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C86A is #B63795. Grayscale: #979797. Windows color (decimal): -11941782 or 6998089. OLE color: 6998089.

HSL color Cylindrical-coordinate representation of color #49C86A: hue angle of 135.59º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C86A is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB73200106-
CMYK0.6400.470.22
HSL135.59º53.59%53.53%-
HSV(B)135.59º63.5%78.43%-
XYZ2643.7720.71-
YUV151.31102.4272.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 200 (78.52% from 255) = 52.77%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=19.26%
G=52.77%
B=27.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal732001060.6400.470.22135.5953.5953.53
Hex49C86A4002F16883636
Octal111310152100057262106666
Binary1001001110010001101010100000001011111011010001000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,200,106); }

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

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

 a { background-color: rgb(73,200,106); }

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

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

 span { border-color: rgb(73,200,106); }

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