#319182

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

Shades of Gossamer #319182

Tints of Gossamer #319182

Color information

#319182 (or 0x319182) is unknown color: approx Gossamer. HEX triplet: 31, 91 and 82. RGB value is (49,145,130). Sum of RGB (Red+Green+Blue) = 49+145+130=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #319182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319182 is #CE6E7D. Grayscale: #727272. Windows color (decimal): -13528702 or 8556849. OLE color: 8556849.

HSL color Cylindrical-coordinate representation of color #319182: hue angle of 170.62º degrees, saturation: 0.49, 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 #319182 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB49145130-
CMYK0.6600.100.43
HSL170.62º49.48%38.04%-
HSV(B)170.62º66.21%56.86%-
XYZ15.4222.5224.65-
YUV114.59136.781.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.12%
GREEN value IS 145 (57.03% from 255) = 44.75%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=15.12%
G=44.75%
B=40.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491451300.6600.100.43170.6249.4838.04
Hex319182420A2Bab3126
Octal61221202102012532536146
Binary110001100100011000001010000100101010101110101011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319182; }

 p { color: rgb(49,145,130); }

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

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

 a { background-color: rgb(49,145,130); }

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

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

 span { border-color: rgb(49,145,130); }

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