#49C785

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

Shades of Emerald #49C785

Tints of Emerald #49C785

Color information

#49C785 (or 0x49C785) is unknown color: approx Emerald. HEX triplet: 49, C7 and 85. RGB value is (73,199,133). Sum of RGB (Red+Green+Blue) = 73+199+133=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 199 - color contains mainly: green. Hex color #49C785 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C785 is #B6387A. Grayscale: #999999. Windows color (decimal): -11942011 or 8767305. OLE color: 8767305.

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

Color convert

RGB73199133-
CMYK0.6300.330.22
HSL148.57º52.94%53.33%-
HSV(B)148.57º63.32%78.04%-
XYZ27.443.9629.23-
YUV153.8116.2670.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.02%
GREEN value IS 199 (78.12% from 255) = 49.14%
BLUE value IS 133 (52.34% from 255) = 32.84%
R=18.02%
G=49.14%
B=32.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal731991330.6300.330.22148.5752.9453.33
Hex49C7853F02116953535
Octal11130720577041262256565
Binary1001001110001111000010111111101000011011010010101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,199,133); }

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

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

 a { background-color: rgb(73,199,133); }

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

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

 span { border-color: rgb(73,199,133); }

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