#319479

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

Shades of Gossamer #319479

Tints of Gossamer #319479

Color information

#319479 (or 0x319479) is unknown color: approx Gossamer. HEX triplet: 31, 94 and 79. RGB value is (49,148,121). Sum of RGB (Red+Green+Blue) = 49+148+121=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #319479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319479 is #CE6B86. Grayscale: #737373. Windows color (decimal): -13527943 or 7967793. OLE color: 7967793.

HSL color Cylindrical-coordinate representation of color #319479: hue angle of 163.64º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319479 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB49148121-
CMYK0.6700.180.42
HSL163.64º50.25%38.63%-
HSV(B)163.64º66.89%58.04%-
XYZ15.3123.2121.76-
YUV115.32131.280.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.41%
GREEN value IS 148 (58.20% from 255) = 46.54%
BLUE value IS 121 (47.66% from 255) = 38.05%
R=15.41%
G=46.54%
B=38.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491481210.6700.180.42163.6450.2538.63
Hex319479430122Aa43227
Octal61224171103022522446247
Binary110001100101001111001100001101001010101010100100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319479; }

 p { color: rgb(49,148,121); }

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

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

 a { background-color: rgb(49,148,121); }

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

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

 span { border-color: rgb(49,148,121); }

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