#318E82

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

Shades of Gossamer #318E82

Tints of Gossamer #318E82

Color information

#318E82 (or 0x318E82) is unknown color: approx Gossamer. HEX triplet: 31, 8E and 82. RGB value is (49,142,130). Sum of RGB (Red+Green+Blue) = 49+142+130=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #318E82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318E82 is #CE717D. Grayscale: #707070. Windows color (decimal): -13529470 or 8556081. OLE color: 8556081.

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

Color convert

RGB49142130-
CMYK0.6500.080.44
HSL172.26º48.69%37.45%-
HSV(B)172.26º65.49%55.69%-
XYZ14.9721.6124.5-
YUV112.82137.6982.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.26%
GREEN value IS 142 (55.86% from 255) = 44.24%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=15.26%
G=44.24%
B=40.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491421300.6500.080.44172.2648.6937.45
Hex318E8241082Cac3125
Octal61216202101010542546145
Binary110001100011101000001010000010100010110010101100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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