#49A691

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

Shades of Gossamer #49A691

Tints of Gossamer #49A691

Color information

#49A691 (or 0x49A691) is unknown color: approx Gossamer. HEX triplet: 49, A6 and 91. RGB value is (73,166,145). Sum of RGB (Red+Green+Blue) = 73+166+145=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 166 - color contains mainly: green. Hex color #49A691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A691 is #B6596E. Grayscale: #878787. Windows color (decimal): -11950447 or 9545289. OLE color: 9545289.

HSL color Cylindrical-coordinate representation of color #49A691: hue angle of 166.45º 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 #49A691 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB73166145-
CMYK0.5600.130.35
HSL166.45º38.91%46.86%-
HSV(B)166.45º56.02%65.1%-
XYZ21.4930.7331.59-
YUV135.8133.1983.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.01%
GREEN value IS 166 (65.23% from 255) = 43.23%
BLUE value IS 145 (57.03% from 255) = 37.76%
R=19.01%
G=43.23%
B=37.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731661450.5600.130.35166.4538.9146.86
Hex49A691380D23a6272f
Octal11124622170015432464757
Binary100100110100110100100011110000110110001110100110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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