#319680

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

Shades of Gossamer #319680

Tints of Gossamer #319680

Color information

#319680 (or 0x319680) is unknown color: approx Gossamer. HEX triplet: 31, 96 and 80. RGB value is (49,150,128). Sum of RGB (Red+Green+Blue) = 49+150+128=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #319680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319680 is #CE697F. Grayscale: #757575. Windows color (decimal): -13527424 or 8427057. OLE color: 8427057.

HSL color Cylindrical-coordinate representation of color #319680: hue angle of 166.93º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319680 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB49150128-
CMYK0.6700.150.41
HSL166.93º50.75%39.02%-
HSV(B)166.93º67.33%58.82%-
XYZ16.0724.0224.21-
YUV117.29134.0479.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.98%
GREEN value IS 150 (58.98% from 255) = 45.87%
BLUE value IS 128 (50.39% from 255) = 39.14%
R=14.98%
G=45.87%
B=39.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491501280.6700.150.41166.9350.7539.02
Hex319680430F29a73327
Octal61226200103017512476347
Binary110001100101101000000010000110111110100110100111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319680; }

 p { color: rgb(49,150,128); }

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

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

 a { background-color: rgb(49,150,128); }

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

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

 span { border-color: rgb(49,150,128); }

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