#49A68A

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

Shades of Gossamer #49A68A

Tints of Gossamer #49A68A

Color information

#49A68A (or 0x49A68A) is unknown color: approx Gossamer. HEX triplet: 49, A6 and 8A. RGB value is (73,166,138). Sum of RGB (Red+Green+Blue) = 73+166+138=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #49A68A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A68A is #B65975. Grayscale: #878787. Windows color (decimal): -11950454 or 9086537. OLE color: 9086537.

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

Color convert

RGB73166138-
CMYK0.5600.170.35
HSL161.94º38.91%46.86%-
HSV(B)161.94º56.02%65.1%-
XYZ20.9730.5228.83-
YUV135129.6983.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 166 (65.23% from 255) = 44.03%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=19.36%
G=44.03%
B=36.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731661380.5600.170.35161.9438.9146.86
Hex49A68A3801123a2272f
Octal11124621270021432424757
Binary1001001101001101000101011100001000110001110100010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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