#319F7B

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

Shades of Gossamer #319F7B

Tints of Gossamer #319F7B

Color information

#319F7B (or 0x319F7B) is unknown color: approx Gossamer. HEX triplet: 31, 9F and 7B. RGB value is (49,159,123). Sum of RGB (Red+Green+Blue) = 49+159+123=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #319F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319F7B is #CE6084. Grayscale: #7A7A7A. Windows color (decimal): -13525125 or 8101681. OLE color: 8101681.

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

Color convert

RGB49159123-
CMYK0.6900.230.38
HSL160.36º52.88%40.78%-
HSV(B)160.36º69.18%62.35%-
XYZ17.2426.8823.02-
YUV122.01128.5675.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.80%
GREEN value IS 159 (62.5% from 255) = 48.04%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=14.80%
G=48.04%
B=37.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491591230.6900.230.38160.3652.8840.78
Hex319F7B4501726a03529
Octal61237173105027462406551
Binary110001100111111111011100010101011110011010100000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,159,123); }

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

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

 a { background-color: rgb(49,159,123); }

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

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

 span { border-color: rgb(49,159,123); }

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