#319573

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

Shades of Gossamer #319573

Tints of Gossamer #319573

Color information

#319573 (or 0x319573) is unknown color: approx Gossamer. HEX triplet: 31, 95 and 73. RGB value is (49,149,115). Sum of RGB (Red+Green+Blue) = 49+149+115=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #319573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319573 is #CE6A8C. Grayscale: #737373. Windows color (decimal): -13527693 or 7574833. OLE color: 7574833.

HSL color Cylindrical-coordinate representation of color #319573: hue angle of 159.6º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319573 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB49149115-
CMYK0.6700.230.42
HSL159.6º50.51%38.82%-
HSV(B)159.6º67.11%58.43%-
XYZ15.1123.3919.94-
YUV115.22127.8780.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.65%
GREEN value IS 149 (58.59% from 255) = 47.60%
BLUE value IS 115 (45.31% from 255) = 36.74%
R=15.65%
G=47.60%
B=36.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491491150.6700.230.42159.650.5138.82
Hex319573430172Aa03327
Octal61225163103027522406347
Binary110001100101011110011100001101011110101010100000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319573; }

 p { color: rgb(49,149,115); }

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

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

 a { background-color: rgb(49,149,115); }

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

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

 span { border-color: rgb(49,149,115); }

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