#399F78

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

Shades of Gossamer #399F78

Tints of Gossamer #399F78

Color information

#399F78 (or 0x399F78) is unknown color: approx Gossamer. HEX triplet: 39, 9F and 78. RGB value is (57,159,120). Sum of RGB (Red+Green+Blue) = 57+159+120=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #399F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399F78 is #C66087. Grayscale: #7C7C7C. Windows color (decimal): -13000840 or 7905081. OLE color: 7905081.

HSL color Cylindrical-coordinate representation of color #399F78: hue angle of 157.06º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399F78 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB57159120-
CMYK0.6400.250.38
HSL157.06º47.22%42.35%-
HSV(B)157.06º64.15%62.35%-
XYZ17.4827.0222.06-
YUV124.06125.7180.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.96%
GREEN value IS 159 (62.5% from 255) = 47.32%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=16.96%
G=47.32%
B=35.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571591200.6400.250.38157.0647.2242.35
Hex399F7840019269d2f2a
Octal71237170100031462355752
Binary111001100111111111000100000001100110011010011101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399F78; }

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

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

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

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

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

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

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

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