#399178

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

Shades of Gossamer #399178

Tints of Gossamer #399178

Color information

#399178 (or 0x399178) is unknown color: approx Gossamer. HEX triplet: 39, 91 and 78. RGB value is (57,145,120). Sum of RGB (Red+Green+Blue) = 57+145+120=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #399178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399178 is #C66E87. Grayscale: #737373. Windows color (decimal): -13004424 or 7901497. OLE color: 7901497.

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

Color convert

RGB57145120-
CMYK0.6100.170.43
HSL162.95º43.56%39.61%-
HSV(B)162.95º60.69%56.86%-
XYZ15.222.4821.31-
YUV115.84130.3586.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.70%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 120 (47.27% from 255) = 37.27%
R=17.70%
G=45.03%
B=37.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571451200.6100.170.43162.9543.5639.61
Hex3991783D0112Ba32c28
Octal7122117075021532435450
Binary11100110010001111100011110101000110101110100011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399178; }

 p { color: rgb(57,145,120); }

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

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

 a { background-color: rgb(57,145,120); }

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

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

 span { border-color: rgb(57,145,120); }

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