#49A799

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

Shades of Gossamer #49A799

Tints of Gossamer #49A799

Color information

#49A799 (or 0x49A799) is unknown color: approx Gossamer. HEX triplet: 49, A7 and 99. RGB value is (73,167,153). Sum of RGB (Red+Green+Blue) = 73+167+153=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 167 - color contains mainly: green. Hex color #49A799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A799 is #B65866. Grayscale: #898989. Windows color (decimal): -11950183 or 10069833. OLE color: 10069833.

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

Color convert

RGB73167153-
CMYK0.5600.080.35
HSL171.06º39.17%47.06%-
HSV(B)171.06º56.29%65.49%-
XYZ22.3231.3535.01-
YUV137.3136.8682.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.58%
GREEN value IS 167 (65.62% from 255) = 42.49%
BLUE value IS 153 (60.16% from 255) = 38.93%
R=18.58%
G=42.49%
B=38.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731671530.5600.080.35171.0639.1747.06
Hex49A799380823ab272f
Octal11124723170010432534757
Binary100100110100111100110011110000100010001110101011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,167,153); }

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

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

 a { background-color: rgb(73,167,153); }

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

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

 span { border-color: rgb(73,167,153); }

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