#49A48A

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

Shades of Gossamer #49A48A

Tints of Gossamer #49A48A

Color information

#49A48A (or 0x49A48A) is unknown color: approx Gossamer. HEX triplet: 49, A4 and 8A. RGB value is (73,164,138). Sum of RGB (Red+Green+Blue) = 73+164+138=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #49A48A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A48A is #B65B75. Grayscale: #858585. Windows color (decimal): -11950966 or 9086025. OLE color: 9086025.

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

Color convert

RGB73164138-
CMYK0.5500.160.36
HSL162.86º38.4%46.47%-
HSV(B)162.86º55.49%64.31%-
XYZ20.6129.828.71-
YUV133.83130.3584.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.47%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=19.47%
G=43.73%
B=36.8%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731641380.5500.160.36162.8638.446.47
Hex49A48A3701024a3262e
Octal11124421267020442434656
Binary1001001101001001000101011011101000010010010100011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,164,138); }

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

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

 a { background-color: rgb(73,164,138); }

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

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

 span { border-color: rgb(73,164,138); }

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