#319674

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

Shades of Gossamer #319674

Tints of Gossamer #319674

Color information

#319674 (or 0x319674) is unknown color: approx Gossamer. HEX triplet: 31, 96 and 74. RGB value is (49,150,116). Sum of RGB (Red+Green+Blue) = 49+150+116=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #319674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319674 is #CE698B. Grayscale: #737373. Windows color (decimal): -13527436 or 7640625. OLE color: 7640625.

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

Color convert

RGB49150116-
CMYK0.6700.230.41
HSL159.8º50.75%39.02%-
HSV(B)159.8º67.33%58.82%-
XYZ15.3323.7320.29-
YUV115.92128.0480.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 150 (58.98% from 255) = 47.62%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=15.56%
G=47.62%
B=36.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491501160.6700.230.41159.850.7539.02
Hex3196744301729a03327
Octal61226164103027512406347
Binary110001100101101110100100001101011110100110100000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319674; }

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

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

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

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

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

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

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

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