#318D7C

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

Shades of Gossamer #318D7C

Tints of Gossamer #318D7C

Color information

#318D7C (or 0x318D7C) is unknown color: approx Gossamer. HEX triplet: 31, 8D and 7C. RGB value is (49,141,124). Sum of RGB (Red+Green+Blue) = 49+141+124=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #318D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318D7C is #CE7283. Grayscale: #6F6F6F. Windows color (decimal): -13529732 or 8162609. OLE color: 8162609.

HSL color Cylindrical-coordinate representation of color #318D7C: hue angle of 168.91º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318D7C is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB49141124-
CMYK0.6500.120.45
HSL168.91º48.42%37.25%-
HSV(B)168.91º65.25%55.29%-
XYZ14.4321.1622.39-
YUV111.55135.0283.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 141 (55.47% from 255) = 44.90%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=15.61%
G=44.90%
B=39.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491411240.6500.120.45168.9148.4237.25
Hex318D7C410C2Da93025
Octal61215174101014552516045
Binary11000110001101111110010000010110010110110101001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,141,124); }

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

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

 a { background-color: rgb(49,141,124); }

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

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

 span { border-color: rgb(49,141,124); }

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