#399F91

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

Shades of Gossamer #399F91

Tints of Gossamer #399F91

Color information

#399F91 (or 0x399F91) is unknown color: approx Gossamer. HEX triplet: 39, 9F and 91. RGB value is (57,159,145). Sum of RGB (Red+Green+Blue) = 57+159+145=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #399F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399F91 is #C6606E. Grayscale: #7E7E7E. Windows color (decimal): -13000815 or 9543481. OLE color: 9543481.

HSL color Cylindrical-coordinate representation of color #399F91: hue angle of 171.76º 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 #399F91 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB57159145-
CMYK0.6400.090.38
HSL171.76º47.22%42.35%-
HSV(B)171.76º64.15%62.35%-
XYZ19.227.7131.12-
YUV126.91138.2178.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.79%
GREEN value IS 159 (62.5% from 255) = 44.04%
BLUE value IS 145 (57.03% from 255) = 40.17%
R=15.79%
G=44.04%
B=40.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571591450.6400.090.38171.7647.2242.35
Hex399F91400926ac2f2a
Octal71237221100011462545752
Binary111001100111111001000110000000100110011010101100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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