#318F7A

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

Shades of Gossamer #318F7A

Tints of Gossamer #318F7A

Color information

#318F7A (or 0x318F7A) is unknown color: approx Gossamer. HEX triplet: 31, 8F and 7A. RGB value is (49,143,122). Sum of RGB (Red+Green+Blue) = 49+143+122=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #318F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318F7A is #CE7085. Grayscale: #707070. Windows color (decimal): -13529222 or 8032049. OLE color: 8032049.

HSL color Cylindrical-coordinate representation of color #318F7A: hue angle of 166.6º 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 #318F7A is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB49143122-
CMYK0.6600.150.44
HSL166.6º48.96%37.65%-
HSV(B)166.6º65.73%56.08%-
XYZ14.621.721.83-
YUV112.5133.3682.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 143 (56.25% from 255) = 45.54%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=15.61%
G=45.54%
B=38.85%

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
Decimal491431220.6600.150.44166.648.9637.65
Hex318F7A420F2Ca73126
Octal61217172102017542476146
Binary11000110001111111101010000100111110110010100111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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