#379579

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

Shades of Gossamer #379579

Tints of Gossamer #379579

Color information

#379579 (or 0x379579) is unknown color: approx Gossamer. HEX triplet: 37, 95 and 79. RGB value is (55,149,121). Sum of RGB (Red+Green+Blue) = 55+149+121=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #379579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379579 is #C86A86. Grayscale: #757575. Windows color (decimal): -13134471 or 7968055. OLE color: 7968055.

HSL color Cylindrical-coordinate representation of color #379579: hue angle of 162.13º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379579 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB55149121-
CMYK0.6300.190.42
HSL162.13º46.08%40%-
HSV(B)162.13º63.09%58.43%-
XYZ15.7723.6921.83-
YUV117.7129.8683.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 149 (58.59% from 255) = 45.85%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=16.92%
G=45.85%
B=37.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551491210.6300.190.42162.1346.0840
Hex3795793F0132Aa22e28
Octal6722517177023522425650
Binary11011110010101111100111111101001110101010100010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379579; }

 p { color: rgb(55,149,121); }

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

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

 a { background-color: rgb(55,149,121); }

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

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

 span { border-color: rgb(55,149,121); }

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