#49A291

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

Shades of Gossamer #49A291

Tints of Gossamer #49A291

Color information

#49A291 (or 0x49A291) is unknown color: approx Gossamer. HEX triplet: 49, A2 and 91. RGB value is (73,162,145). Sum of RGB (Red+Green+Blue) = 73+162+145=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #49A291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A291 is #B65D6E. Grayscale: #858585. Windows color (decimal): -11951471 or 9544265. OLE color: 9544265.

HSL color Cylindrical-coordinate representation of color #49A291: hue angle of 168.54º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A291 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB73162145-
CMYK0.5500.100.36
HSL168.54º37.87%46.08%-
HSV(B)168.54º54.94%63.53%-
XYZ20.7829.331.35-
YUV133.45134.5184.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.21%
GREEN value IS 162 (63.67% from 255) = 42.63%
BLUE value IS 145 (57.03% from 255) = 38.16%
R=19.21%
G=42.63%
B=38.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731621450.5500.100.36168.5437.8746.08
Hex49A291370A24a9262e
Octal11124222167012442514656
Binary100100110100010100100011101110101010010010101001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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