#49B088

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

Shades of Gossamer #49B088

Tints of Gossamer #49B088

Color information

#49B088 (or 0x49B088) is unknown color: approx Gossamer. HEX triplet: 49, B0 and 88. RGB value is (73,176,136). Sum of RGB (Red+Green+Blue) = 73+176+136=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #49B088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B088 is #B64F77. Grayscale: #8C8C8C. Windows color (decimal): -11947896 or 8958025. OLE color: 8958025.

HSL color Cylindrical-coordinate representation of color #49B088: hue angle of 156.7º 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 #49B088 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB73176136-
CMYK0.5900.230.31
HSL156.7º41.37%48.82%-
HSV(B)156.7º58.52%69.02%-
XYZ22.7234.2428.71-
YUV140.64125.3879.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 176 (69.14% from 255) = 45.71%
BLUE value IS 136 (53.52% from 255) = 35.32%
R=18.96%
G=45.71%
B=35.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731761360.5900.230.31156.741.3748.82
Hex49B0883B0171F9d2931
Octal11126021073027372355161
Binary100100110110000100010001110110101111111110011101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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