#319779

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

Shades of Gossamer #319779

Tints of Gossamer #319779

Color information

#319779 (or 0x319779) is unknown color: approx Gossamer. HEX triplet: 31, 97 and 79. RGB value is (49,151,121). Sum of RGB (Red+Green+Blue) = 49+151+121=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #319779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319779 is #CE6886. Grayscale: #757575. Windows color (decimal): -13527175 or 7968561. OLE color: 7968561.

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

Color convert

RGB49151121-
CMYK0.6800.200.41
HSL162.35º51%39.22%-
HSV(B)162.35º67.55%59.22%-
XYZ15.7824.1721.92-
YUV117.08130.2179.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.26%
GREEN value IS 151 (59.38% from 255) = 47.04%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=15.26%
G=47.04%
B=37.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491511210.6800.200.41162.355139.22
Hex3197794401429a23327
Octal61227171104024512426347
Binary110001100101111111001100010001010010100110100010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319779; }

 p { color: rgb(49,151,121); }

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

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

 a { background-color: rgb(49,151,121); }

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

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

 span { border-color: rgb(49,151,121); }

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