#49C689

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

Shades of Emerald #49C689

Tints of Emerald #49C689

Color information

#49C689 (or 0x49C689) is unknown color: approx Emerald. HEX triplet: 49, C6 and 89. RGB value is (73,198,137). Sum of RGB (Red+Green+Blue) = 73+198+137=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #49C689 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C689 is #B63976. Grayscale: #999999. Windows color (decimal): -11942263 or 9029193. OLE color: 9029193.

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

Color convert

RGB73198137-
CMYK0.6300.310.22
HSL150.72º52.3%53.14%-
HSV(B)150.72º63.13%77.65%-
XYZ27.4643.6130.64-
YUV153.67118.5970.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.89%
GREEN value IS 198 (77.73% from 255) = 48.53%
BLUE value IS 137 (53.91% from 255) = 33.58%
R=17.89%
G=48.53%
B=33.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal731981370.6300.310.22150.7252.353.14
Hex49C6893F01F16973435
Octal11130621177037262276465
Binary100100111000110100010011111110111111011010010111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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