#319676

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

Shades of Gossamer #319676

Tints of Gossamer #319676

Color information

#319676 (or 0x319676) is unknown color: approx Gossamer. HEX triplet: 31, 96 and 76. RGB value is (49,150,118). Sum of RGB (Red+Green+Blue) = 49+150+118=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #319676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319676 is #CE6989. Grayscale: #747474. Windows color (decimal): -13527434 or 7771697. OLE color: 7771697.

HSL color Cylindrical-coordinate representation of color #319676: hue angle of 160.99º 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 #319676 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB49150118-
CMYK0.6700.210.41
HSL160.99º50.75%39.02%-
HSV(B)160.99º67.33%58.82%-
XYZ15.4423.7720.91-
YUV116.15129.0480.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.46%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=15.46%
G=47.32%
B=37.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491501180.6700.210.41160.9950.7539.02
Hex3196764301529a13327
Octal61226166103025512416347
Binary110001100101101110110100001101010110100110100001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319676; }

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

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

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

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

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

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

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

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