#49C675

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

Shades of Emerald #49C675

Tints of Emerald #49C675

Color information

#49C675 (or 0x49C675) is unknown color: approx Emerald. HEX triplet: 49, C6 and 75. RGB value is (73,198,117). Sum of RGB (Red+Green+Blue) = 73+198+117=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #49C675 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C675 is #B6398A. Grayscale: #979797. Windows color (decimal): -11942283 or 7718473. OLE color: 7718473.

HSL color Cylindrical-coordinate representation of color #49C675: hue angle of 141.12º degrees, saturation: 0.52, 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 #49C675 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB73198117-
CMYK0.6300.410.22
HSL141.12º52.3%53.14%-
HSV(B)141.12º63.13%77.65%-
XYZ26.1543.0923.77-
YUV151.39108.5972.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.81%
GREEN value IS 198 (77.73% from 255) = 51.03%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=18.81%
G=51.03%
B=30.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal731981170.6300.410.22141.1252.353.14
Hex49C6753F029168d3435
Octal11130616577051262156465
Binary100100111000110111010111111101010011011010001101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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