#399f92

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

Shades of Gossamer #399F92

Tints of Gossamer #399F92

Color information

#399F92 (or 0x399F92) is unknown color: approx Gossamer. HEX triplet: 39, 9F and 92. RGB value is (57,159,146). Sum of RGB (Red+Green+Blue) = 57+159+146=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 159 - color contains mainly: green. Hex color #399F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399F92 is #C6606D. Grayscale: #7E7E7E. Windows color (decimal): -13000814 or 9609017. OLE color: 9609017.

HSL color Cylindrical-coordinate representation of color #399F92: hue angle of 172.35º 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 #399F92 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB57159146-
CMYK0.6400.080.38
HSL172.35º47.22%42.35%-
HSV(B)172.35º64.15%62.35%-
XYZ19.2727.7431.53-
YUV127.02138.7178.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.75%
GREEN value IS 159 (62.5% from 255) = 43.92%
BLUE value IS 146 (57.42% from 255) = 40.33%
R=15.75%
G=43.92%
B=40.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571591460.6400.080.38172.3547.2242.35
Hex399F92400826ac2f2a
Octal71237222100010462545752
Binary111001100111111001001010000000100010011010101100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399f92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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