#319D7A

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

Shades of Gossamer #319D7A

Tints of Gossamer #319D7A

Color information

#319D7A (or 0x319D7A) is unknown color: approx Gossamer. HEX triplet: 31, 9D and 7A. RGB value is (49,157,122). Sum of RGB (Red+Green+Blue) = 49+157+122=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #319D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319D7A is #CE6285. Grayscale: #787878. Windows color (decimal): -13525638 or 8035633. OLE color: 8035633.

HSL color Cylindrical-coordinate representation of color #319D7A: hue angle of 160.56º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319D7A is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB49157122-
CMYK0.6900.220.38
HSL160.56º52.43%40.39%-
HSV(B)160.56º68.79%61.57%-
XYZ16.8426.1722.58-
YUV120.72128.7276.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.94%
GREEN value IS 157 (61.72% from 255) = 47.87%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=14.94%
G=47.87%
B=37.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491571220.6900.220.38160.5652.4340.39
Hex319D7A4501626a13428
Octal61235172105026462416450
Binary110001100111011111010100010101011010011010100001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319D7A; }

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

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

<style>
 a { background-color: #319D7A; }

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

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

<style>
 span { border-color: #319D7A; }

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

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