#319078

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

Shades of Gossamer #319078

Tints of Gossamer #319078

Color information

#319078 (or 0x319078) is unknown color: approx Gossamer. HEX triplet: 31, 90 and 78. RGB value is (49,144,120). Sum of RGB (Red+Green+Blue) = 49+144+120=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #319078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319078 is #CE6F87. Grayscale: #707070. Windows color (decimal): -13528968 or 7901233. OLE color: 7901233.

HSL color Cylindrical-coordinate representation of color #319078: hue angle of 164.84º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319078 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB49144120-
CMYK0.6600.170.44
HSL164.84º49.22%37.84%-
HSV(B)164.84º65.97%56.47%-
XYZ14.6321.9621.24-
YUV112.86132.0382.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.65%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 120 (47.27% from 255) = 38.34%
R=15.65%
G=46.01%
B=38.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491441200.6600.170.44164.8449.2237.84
Hex319078420112Ca53126
Octal61220170102021542456146
Binary110001100100001111000100001001000110110010100101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319078; }

 p { color: rgb(49,144,120); }

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

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

 a { background-color: rgb(49,144,120); }

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

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

 span { border-color: rgb(49,144,120); }

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