#49AB85

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

Shades of Gossamer #49AB85

Tints of Gossamer #49AB85

Color information

#49AB85 (or 0x49AB85) is unknown color: approx Gossamer. HEX triplet: 49, AB and 85. RGB value is (73,171,133). Sum of RGB (Red+Green+Blue) = 73+171+133=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AB85 is #B6547A. Grayscale: #898989. Windows color (decimal): -11949179 or 8760137. OLE color: 8760137.

HSL color Cylindrical-coordinate representation of color #49AB85: hue angle of 156.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AB85 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB73171133-
CMYK0.5700.220.33
HSL156.73º40.16%47.84%-
HSV(B)156.73º57.31%67.06%-
XYZ21.5432.2427.28-
YUV137.37125.5382.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=19.36%
G=45.36%
B=35.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731711330.5700.220.33156.7340.1647.84
Hex49AB8539016219d2830
Octal11125320571026412355060
Binary1001001101010111000010111100101011010000110011101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,171,133); }

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

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

 a { background-color: rgb(73,171,133); }

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

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

 span { border-color: rgb(73,171,133); }

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