#49A686

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

Shades of Gossamer #49A686

Tints of Gossamer #49A686

Color information

#49A686 (or 0x49A686) is unknown color: approx Gossamer. HEX triplet: 49, A6 and 86. RGB value is (73,166,134). Sum of RGB (Red+Green+Blue) = 73+166+134=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #49A686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A686 is #B65979. Grayscale: #868686. Windows color (decimal): -11950458 or 8824393. OLE color: 8824393.

HSL color Cylindrical-coordinate representation of color #49A686: hue angle of 159.35º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A686 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB73166134-
CMYK0.5600.190.35
HSL159.35º38.91%46.86%-
HSV(B)159.35º56.02%65.1%-
XYZ20.6930.4127.33-
YUV134.54127.6984.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.57%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=19.57%
G=44.50%
B=35.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731661340.5600.190.35159.3538.9146.86
Hex49A68638013239f272f
Octal11124620670023432374757
Binary1001001101001101000011011100001001110001110011111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,166,134); }

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

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

 a { background-color: rgb(73,166,134); }

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

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

 span { border-color: rgb(73,166,134); }

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