#399D7E

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

Shades of Gossamer #399D7E

Tints of Gossamer #399D7E

Color information

#399D7E (or 0x399D7E) is unknown color: approx Gossamer. HEX triplet: 39, 9D and 7E. RGB value is (57,157,126). Sum of RGB (Red+Green+Blue) = 57+157+126=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #399D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399D7E is #C66281. Grayscale: #7B7B7B. Windows color (decimal): -13001346 or 8297785. OLE color: 8297785.

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

Color convert

RGB57157126-
CMYK0.6400.200.38
HSL161.4º46.73%41.96%-
HSV(B)161.4º63.69%61.57%-
XYZ17.5126.4923.93-
YUV123.57129.3780.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.76%
GREEN value IS 157 (61.72% from 255) = 46.18%
BLUE value IS 126 (49.61% from 255) = 37.06%
R=16.76%
G=46.18%
B=37.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571571260.6400.200.38161.446.7341.96
Hex399D7E4001426a12f2a
Octal71235176100024462415752
Binary111001100111011111110100000001010010011010100001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,157,126); }

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

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

 a { background-color: rgb(57,157,126); }

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

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

 span { border-color: rgb(57,157,126); }

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