#399688

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

Shades of Gossamer #399688

Tints of Gossamer #399688

Color information

#399688 (or 0x399688) is unknown color: approx Gossamer. HEX triplet: 39, 96 and 88. RGB value is (57,150,136). Sum of RGB (Red+Green+Blue) = 57+150+136=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #399688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399688 is #C66977. Grayscale: #787878. Windows color (decimal): -13003128 or 8951353. OLE color: 8951353.

HSL color Cylindrical-coordinate representation of color #399688: hue angle of 170.97º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399688 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB57150136-
CMYK0.6200.090.41
HSL170.97º44.93%40.59%-
HSV(B)170.97º62%58.82%-
XYZ17.0424.4627.12-
YUV120.6136.6982.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.62%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=16.62%
G=43.73%
B=39.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571501360.6200.090.41170.9744.9340.59
Hex3996883E0929ab2d29
Octal7122621076011512535551
Binary11100110010110100010001111100100110100110101011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399688; }

 p { color: rgb(57,150,136); }

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

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

 a { background-color: rgb(57,150,136); }

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

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

 span { border-color: rgb(57,150,136); }

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