#399F75

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

Shades of Gossamer #399F75

Tints of Gossamer #399F75

Color information

#399F75 (or 0x399F75) is unknown color: approx Gossamer. HEX triplet: 39, 9F and 75. RGB value is (57,159,117). Sum of RGB (Red+Green+Blue) = 57+159+117=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #399F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399F75 is #C6608A. Grayscale: #7B7B7B. Windows color (decimal): -13000843 or 7708473. OLE color: 7708473.

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

Color convert

RGB57159117-
CMYK0.6400.260.38
HSL155.29º47.22%42.35%-
HSV(B)155.29º64.15%62.35%-
XYZ17.326.9521.12-
YUV123.71124.2180.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.12%
GREEN value IS 159 (62.5% from 255) = 47.75%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=17.12%
G=47.75%
B=35.14%

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
Decimal571591170.6400.260.38155.2947.2242.35
Hex399F754001A269b2f2a
Octal71237165100032462335752
Binary111001100111111110101100000001101010011010011011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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