#319A7A

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

Shades of Gossamer #319A7A

Tints of Gossamer #319A7A

Color information

#319A7A (or 0x319A7A) is unknown color: approx Gossamer. HEX triplet: 31, 9A and 7A. RGB value is (49,154,122). Sum of RGB (Red+Green+Blue) = 49+154+122=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 154 - color contains mainly: green. Hex color #319A7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319A7A is #CE6585. Grayscale: #767676. Windows color (decimal): -13526406 or 8034865. OLE color: 8034865.

HSL color Cylindrical-coordinate representation of color #319A7A: hue angle of 161.71º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319A7A is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB49154122-
CMYK0.6800.210.40
HSL161.71º51.72%39.8%-
HSV(B)161.71º68.18%60.39%-
XYZ16.3425.1722.41-
YUV118.96129.7178.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 154 (60.55% from 255) = 47.38%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=15.08%
G=47.38%
B=37.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491541220.6800.210.40161.7151.7239.8
Hex319A7A4401528a23428
Octal61232172104025502426450
Binary110001100110101111010100010001010110100010100010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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