#49A58B

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

Shades of Gossamer #49A58B

Tints of Gossamer #49A58B

Color information

#49A58B (or 0x49A58B) is unknown color: approx Gossamer. HEX triplet: 49, A5 and 8B. RGB value is (73,165,139). Sum of RGB (Red+Green+Blue) = 73+165+139=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 165 - color contains mainly: green. Hex color #49A58B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A58B is #B65A74. Grayscale: #868686. Windows color (decimal): -11950709 or 9151817. OLE color: 9151817.

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

Color convert

RGB73165139-
CMYK0.5600.160.35
HSL163.04º38.66%46.67%-
HSV(B)163.04º55.76%64.71%-
XYZ20.8630.1929.15-
YUV134.53130.5284.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 165 (64.84% from 255) = 43.77%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=19.36%
G=43.77%
B=36.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731651390.5600.160.35163.0438.6646.67
Hex49A58B3801023a3272f
Octal11124521370020432434757
Binary1001001101001011000101111100001000010001110100011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,165,139); }

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

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

 a { background-color: rgb(73,165,139); }

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

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

 span { border-color: rgb(73,165,139); }

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