#319D7C

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

Shades of Gossamer #319D7C

Tints of Gossamer #319D7C

Color information

#319D7C (or 0x319D7C) is unknown color: approx Gossamer. HEX triplet: 31, 9D and 7C. RGB value is (49,157,124). Sum of RGB (Red+Green+Blue) = 49+157+124=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #319D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319D7C is #CE6283. Grayscale: #787878. Windows color (decimal): -13525636 or 8166705. OLE color: 8166705.

HSL color Cylindrical-coordinate representation of color #319D7C: hue angle of 161.67º 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 #319D7C is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB49157124-
CMYK0.6900.210.38
HSL161.67º52.43%40.39%-
HSV(B)161.67º68.79%61.57%-
XYZ16.9626.2223.24-
YUV120.95129.7276.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.85%
GREEN value IS 157 (61.72% from 255) = 47.58%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=14.85%
G=47.58%
B=37.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491571240.6900.210.38161.6752.4340.39
Hex319D7C4501526a23428
Octal61235174105025462426450
Binary110001100111011111100100010101010110011010100010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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