#31937E

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

Shades of Gossamer #31937E

Tints of Gossamer #31937E

Color information

#31937E (or 0x31937E) is unknown color: approx Gossamer. HEX triplet: 31, 93 and 7E. RGB value is (49,147,126). Sum of RGB (Red+Green+Blue) = 49+147+126=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #31937E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31937E is #CE6C81. Grayscale: #737373. Windows color (decimal): -13528194 or 8295217. OLE color: 8295217.

HSL color Cylindrical-coordinate representation of color #31937E: hue angle of 167.14º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31937E is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB49147126-
CMYK0.6700.140.42
HSL167.14º50%38.43%-
HSV(B)167.14º66.67%57.65%-
XYZ15.4723.0323.37-
YUV115.3134.0380.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.22%
GREEN value IS 147 (57.81% from 255) = 45.65%
BLUE value IS 126 (49.61% from 255) = 39.13%
R=15.22%
G=45.65%
B=39.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491471260.6700.140.42167.145038.43
Hex31937E430E2Aa73226
Octal61223176103016522476246
Binary11000110010011111111010000110111010101010100111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31937E; }

 p { color: rgb(49,147,126); }

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

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

 a { background-color: rgb(49,147,126); }

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

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

 span { border-color: rgb(49,147,126); }

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