#399981

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

Shades of Gossamer #399981

Tints of Gossamer #399981

Color information

#399981 (or 0x399981) is unknown color: approx Gossamer. HEX triplet: 39, 99 and 81. RGB value is (57,153,129). Sum of RGB (Red+Green+Blue) = 57+153+129=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #399981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399981 is #C6667E. Grayscale: #797979. Windows color (decimal): -13002367 or 8493369. OLE color: 8493369.

HSL color Cylindrical-coordinate representation of color #399981: hue angle of 165º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399981 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB57153129-
CMYK0.6300.160.4
HSL165º45.71%41.18%-
HSV(B)165º62.75%60%-
XYZ17.0425.2424.74-
YUV121.56132.281.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.81%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 129 (50.78% from 255) = 38.05%
R=16.81%
G=45.13%
B=38.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571531290.6300.160.416545.7141.18
Hex3999813F01028a52e29
Octal7123120177020502455651
Binary111001100110011000000111111101000010100010100101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399981; }

 p { color: rgb(57,153,129); }

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

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

 a { background-color: rgb(57,153,129); }

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

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

 span { border-color: rgb(57,153,129); }

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