#319177

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

Shades of Gossamer #319177

Tints of Gossamer #319177

Color information

#319177 (or 0x319177) is unknown color: approx Gossamer. HEX triplet: 31, 91 and 77. RGB value is (49,145,119). Sum of RGB (Red+Green+Blue) = 49+145+119=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #319177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319177 is #CE6E88. Grayscale: #717171. Windows color (decimal): -13528713 or 7835953. OLE color: 7835953.

HSL color Cylindrical-coordinate representation of color #319177: hue angle of 163.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319177 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB49145119-
CMYK0.6600.180.43
HSL163.75º49.48%38.04%-
HSV(B)163.75º66.21%56.86%-
XYZ14.7222.2420.97-
YUV113.33131.282.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.65%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=15.65%
G=46.33%
B=38.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491451190.6600.180.43163.7549.4838.04
Hex319177420122Ba43126
Octal61221167102022532446146
Binary110001100100011110111100001001001010101110100100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319177; }

 p { color: rgb(49,145,119); }

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

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

 a { background-color: rgb(49,145,119); }

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

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

 span { border-color: rgb(49,145,119); }

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