#49B08B

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

Shades of Gossamer #49B08B

Tints of Gossamer #49B08B

Color information

#49B08B (or 0x49B08B) is unknown color: approx Gossamer. HEX triplet: 49, B0 and 8B. RGB value is (73,176,139). Sum of RGB (Red+Green+Blue) = 73+176+139=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #49B08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B08B is #B64F74. Grayscale: #8D8D8D. Windows color (decimal): -11947893 or 9154633. OLE color: 9154633.

HSL color Cylindrical-coordinate representation of color #49B08B: hue angle of 158.45º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B08B is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB73176139-
CMYK0.5900.210.31
HSL158.45º41.37%48.82%-
HSV(B)158.45º58.52%69.02%-
XYZ22.9334.3329.84-
YUV140.98126.8879.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.81%
GREEN value IS 176 (69.14% from 255) = 45.36%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=18.81%
G=45.36%
B=35.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731761390.5900.210.31158.4541.3748.82
Hex49B08B3B0151F9e2931
Octal11126021373025372365161
Binary100100110110000100010111110110101011111110011110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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