#49C575

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

Shades of Emerald #49C575

Tints of Emerald #49C575

Color information

#49C575 (or 0x49C575) is unknown color: approx Emerald. HEX triplet: 49, C5 and 75. RGB value is (73,197,117). Sum of RGB (Red+Green+Blue) = 73+197+117=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #49C575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C575 is #B63A8A. Grayscale: #979797. Windows color (decimal): -11942539 or 7718217. OLE color: 7718217.

HSL color Cylindrical-coordinate representation of color #49C575: hue angle of 141.29º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C575 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB73197117-
CMYK0.6300.410.23
HSL141.29º51.67%52.94%-
HSV(B)141.29º62.94%77.25%-
XYZ25.9242.6323.69-
YUV150.8108.9272.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.86%
GREEN value IS 197 (77.34% from 255) = 50.90%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=18.86%
G=50.90%
B=30.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731971170.6300.410.23141.2951.6752.94
Hex49C5753F029178d3435
Octal11130516577051272156465
Binary100100111000101111010111111101010011011110001101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,197,117); }

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

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

 a { background-color: rgb(73,197,117); }

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

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

 span { border-color: rgb(73,197,117); }

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