#319A7B

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

Shades of Gossamer #319A7B

Tints of Gossamer #319A7B

Color information

#319A7B (or 0x319A7B) is unknown color: approx Gossamer. HEX triplet: 31, 9A and 7B. RGB value is (49,154,123). Sum of RGB (Red+Green+Blue) = 49+154+123=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #319A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319A7B is #CE6584. Grayscale: #777777. Windows color (decimal): -13526405 or 8100401. OLE color: 8100401.

HSL color Cylindrical-coordinate representation of color #319A7B: hue angle of 162.29º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319A7B is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB49154123-
CMYK0.6800.200.40
HSL162.29º51.72%39.8%-
HSV(B)162.29º68.18%60.39%-
XYZ16.425.1922.74-
YUV119.07130.2178.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.03%
GREEN value IS 154 (60.55% from 255) = 47.24%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=15.03%
G=47.24%
B=37.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491541230.6800.200.40162.2951.7239.8
Hex319A7B4401428a23428
Octal61232173104024502426450
Binary110001100110101111011100010001010010100010100010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319A7B; }

 p { color: rgb(49,154,123); }

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

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

 a { background-color: rgb(49,154,123); }

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

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

 span { border-color: rgb(49,154,123); }

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