#319276

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

Shades of Gossamer #319276

Tints of Gossamer #319276

Color information

#319276 (or 0x319276) is unknown color: approx Gossamer. HEX triplet: 31, 92 and 76. RGB value is (49,146,118). Sum of RGB (Red+Green+Blue) = 49+146+118=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #319276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319276 is #CE6D89. Grayscale: #717171. Windows color (decimal): -13528458 or 7770673. OLE color: 7770673.

HSL color Cylindrical-coordinate representation of color #319276: hue angle of 162.68º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319276 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB49146118-
CMYK0.6600.190.43
HSL162.68º49.74%38.24%-
HSV(B)162.68º66.44%57.25%-
XYZ14.8222.5220.71-
YUV113.8130.3681.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.65%
GREEN value IS 146 (57.42% from 255) = 46.65%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=15.65%
G=46.65%
B=37.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491461180.6600.190.43162.6849.7438.24
Hex319276420132Ba33226
Octal61222166102023532436246
Binary110001100100101110110100001001001110101110100011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319276; }

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

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

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

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

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

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

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

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