#49A17F

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

Shades of Gossamer #49A17F

Tints of Gossamer #49A17F

Color information

#49A17F (or 0x49A17F) is unknown color: approx Gossamer. HEX triplet: 49, A1 and 7F. RGB value is (73,161,127). Sum of RGB (Red+Green+Blue) = 73+161+127=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #49A17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A17F is #B65E80. Grayscale: #828282. Windows color (decimal): -11951745 or 8364361. OLE color: 8364361.

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

Color convert

RGB73161127-
CMYK0.5500.210.37
HSL156.82º37.61%45.88%-
HSV(B)156.82º54.66%63.14%-
XYZ19.3228.4424.55-
YUV130.81125.8586.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 161 (63.28% from 255) = 44.60%
BLUE value IS 127 (50% from 255) = 35.18%
R=20.22%
G=44.60%
B=35.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal731611270.5500.210.37156.8237.6145.88
Hex49A17F37015259d262e
Octal11124117767025452354656
Binary100100110100001111111111011101010110010110011101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,161,127); }

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

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

 a { background-color: rgb(73,161,127); }

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

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

 span { border-color: rgb(73,161,127); }

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