#399079

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

Shades of Gossamer #399079

Tints of Gossamer #399079

Color information

#399079 (or 0x399079) is unknown color: approx Gossamer. HEX triplet: 39, 90 and 79. RGB value is (57,144,121). Sum of RGB (Red+Green+Blue) = 57+144+121=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #399079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399079 is #C66F86. Grayscale: #737373. Windows color (decimal): -13004679 or 7966777. OLE color: 7966777.

HSL color Cylindrical-coordinate representation of color #399079: hue angle of 164.14º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #399079 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB57144121-
CMYK0.6000.160.44
HSL164.14º43.28%39.41%-
HSV(B)164.14º60.42%56.47%-
XYZ15.1122.221.58-
YUV115.36131.1886.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.70%
GREEN value IS 144 (56.64% from 255) = 44.72%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=17.70%
G=44.72%
B=37.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571441210.6000.160.44164.1443.2839.41
Hex3990793C0102Ca42b27
Octal7122017174020542445347
Binary11100110010000111100111110001000010110010100100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399079; }

 p { color: rgb(57,144,121); }

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

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

 a { background-color: rgb(57,144,121); }

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

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

 span { border-color: rgb(57,144,121); }

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