#399978

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

Shades of Gossamer #399978

Tints of Gossamer #399978

Color information

#399978 (or 0x399978) is unknown color: approx Gossamer. HEX triplet: 39, 99 and 78. RGB value is (57,153,120). Sum of RGB (Red+Green+Blue) = 57+153+120=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #399978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399978 is #C66687. Grayscale: #787878. Windows color (decimal): -13002376 or 7903545. OLE color: 7903545.

HSL color Cylindrical-coordinate representation of color #399978: hue angle of 159.38º 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 #399978 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB57153120-
CMYK0.6300.220.4
HSL159.38º45.71%41.18%-
HSV(B)159.38º62.75%60%-
XYZ16.4725.0121.73-
YUV120.53127.782.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.27%
GREEN value IS 153 (60.16% from 255) = 46.36%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=17.27%
G=46.36%
B=36.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571531200.6300.220.4159.3845.7141.18
Hex3999783F016289f2e29
Octal7123117077026502375651
Binary11100110011001111100011111101011010100010011111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399978; }

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

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

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

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

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

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

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

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