#318e79

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

Shades of Gossamer #318E79

Tints of Gossamer #318E79

Color information

#318E79 (or 0x318E79) is unknown color: approx Gossamer. HEX triplet: 31, 8E and 79. RGB value is (49,142,121). Sum of RGB (Red+Green+Blue) = 49+142+121=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 142 - color contains mainly: green. Hex color #318E79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318E79 is #CE7186. Grayscale: #6F6F6F. Windows color (decimal): -13529479 or 7966257. OLE color: 7966257.

HSL color Cylindrical-coordinate representation of color #318E79: hue angle of 166.45º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E79 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB49142121-
CMYK0.6500.150.44
HSL166.45º48.69%37.45%-
HSV(B)166.45º65.49%55.69%-
XYZ14.3921.3821.46-
YUV111.8133.1983.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.71%
GREEN value IS 142 (55.86% from 255) = 45.51%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=15.71%
G=45.51%
B=38.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491421210.6500.150.44166.4548.6937.45
Hex318E79410F2Ca63125
Octal61216171101017542466145
Binary11000110001110111100110000010111110110010100110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318e79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318e79; }

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

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

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

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

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

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

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

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