#318F79

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

Shades of Gossamer #318F79

Tints of Gossamer #318F79

Color information

#318F79 (or 0x318F79) is unknown color: approx Gossamer. HEX triplet: 31, 8F and 79. RGB value is (49,143,121). Sum of RGB (Red+Green+Blue) = 49+143+121=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #318F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318F79 is #CE7086. Grayscale: #707070. Windows color (decimal): -13529223 or 7966513. OLE color: 7966513.

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

Color convert

RGB49143121-
CMYK0.6600.150.44
HSL165.96º48.96%37.65%-
HSV(B)165.96º65.73%56.08%-
XYZ14.5421.6821.51-
YUV112.39132.8682.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.65%
GREEN value IS 143 (56.25% from 255) = 45.69%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=15.65%
G=45.69%
B=38.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491431210.6600.150.44165.9648.9637.65
Hex318F79420F2Ca63126
Octal61217171102017542466146
Binary11000110001111111100110000100111110110010100110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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