#319685

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

Shades of Gossamer #319685

Tints of Gossamer #319685

Color information

#319685 (or 0x319685) is unknown color: approx Gossamer. HEX triplet: 31, 96 and 85. RGB value is (49,150,133). Sum of RGB (Red+Green+Blue) = 49+150+133=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #319685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319685 is #CE697A. Grayscale: #757575. Windows color (decimal): -13527419 or 8754737. OLE color: 8754737.

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

Color convert

RGB49150133-
CMYK0.6700.110.41
HSL169.9º50.75%39.02%-
HSV(B)169.9º67.33%58.82%-
XYZ16.4124.1625.99-
YUV117.86136.5478.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.76%
GREEN value IS 150 (58.98% from 255) = 45.18%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=14.76%
G=45.18%
B=40.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491501330.6700.110.41169.950.7539.02
Hex319685430B29aa3327
Octal61226205103013512526347
Binary110001100101101000010110000110101110100110101010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319685; }

 p { color: rgb(49,150,133); }

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

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

 a { background-color: rgb(49,150,133); }

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

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

 span { border-color: rgb(49,150,133); }

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