#399F76

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

Shades of Gossamer #399F76

Tints of Gossamer #399F76

Color information

#399F76 (or 0x399F76) is unknown color: approx Gossamer. HEX triplet: 39, 9F and 76. RGB value is (57,159,118). Sum of RGB (Red+Green+Blue) = 57+159+118=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #399F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399F76 is #C66089. Grayscale: #7B7B7B. Windows color (decimal): -13000842 or 7774009. OLE color: 7774009.

HSL color Cylindrical-coordinate representation of color #399F76: hue angle of 155.88º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399F76 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB57159118-
CMYK0.6400.260.38
HSL155.88º47.22%42.35%-
HSV(B)155.88º64.15%62.35%-
XYZ17.3626.9721.43-
YUV123.83124.7180.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.07%
GREEN value IS 159 (62.5% from 255) = 47.60%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=17.07%
G=47.60%
B=35.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571591180.6400.260.38155.8847.2242.35
Hex399F764001A269c2f2a
Octal71237166100032462345752
Binary111001100111111110110100000001101010011010011100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399F76; }

 p { color: rgb(57,159,118); }

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

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

 a { background-color: rgb(57,159,118); }

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

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

 span { border-color: rgb(57,159,118); }

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