#399379

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

Shades of Gossamer #399379

Tints of Gossamer #399379

Color information

#399379 (or 0x399379) is unknown color: approx Gossamer. HEX triplet: 39, 93 and 79. RGB value is (57,147,121). Sum of RGB (Red+Green+Blue) = 57+147+121=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #399379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399379 is #C66C86. Grayscale: #757575. Windows color (decimal): -13003911 or 7967545. OLE color: 7967545.

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

Color convert

RGB57147121-
CMYK0.6100.180.42
HSL162.67º44.12%40%-
HSV(B)162.67º61.22%57.65%-
XYZ15.5723.1221.73-
YUV117.13130.1885.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.54%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=17.54%
G=45.23%
B=37.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571471210.6100.180.42162.6744.1240
Hex3993793D0122Aa32c28
Octal7122317175022522435450
Binary11100110010011111100111110101001010101010100011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399379; }

 p { color: rgb(57,147,121); }

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

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

 a { background-color: rgb(57,147,121); }

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

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

 span { border-color: rgb(57,147,121); }

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