#399486

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

Shades of Gossamer #399486

Tints of Gossamer #399486

Color information

#399486 (or 0x399486) is unknown color: approx Gossamer. HEX triplet: 39, 94 and 86. RGB value is (57,148,134). Sum of RGB (Red+Green+Blue) = 57+148+134=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #399486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399486 is #C66B79. Grayscale: #777777. Windows color (decimal): -13003642 or 8819769. OLE color: 8819769.

HSL color Cylindrical-coordinate representation of color #399486: hue angle of 170.77º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399486 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB57148134-
CMYK0.6100.090.42
HSL170.77º44.39%40.2%-
HSV(B)170.77º61.49%58.04%-
XYZ16.5823.7726.27-
YUV119.19136.3583.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.81%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 134 (52.73% from 255) = 39.53%
R=16.81%
G=43.66%
B=39.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571481340.6100.090.42170.7744.3940.2
Hex3994863D092Aab2c28
Octal7122420675011522535450
Binary11100110010100100001101111010100110101010101011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399486; }

 p { color: rgb(57,148,134); }

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

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

 a { background-color: rgb(57,148,134); }

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

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

 span { border-color: rgb(57,148,134); }

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