#399477

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

Shades of Gossamer #399477

Tints of Gossamer #399477

Color information

#399477 (or 0x399477) is unknown color: approx Gossamer. HEX triplet: 39, 94 and 77. RGB value is (57,148,119). Sum of RGB (Red+Green+Blue) = 57+148+119=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #399477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399477 is #C66B88. Grayscale: #757575. Windows color (decimal): -13003657 or 7836729. OLE color: 7836729.

HSL color Cylindrical-coordinate representation of color #399477: hue angle of 160.88º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399477 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB57148119-
CMYK0.6100.200.42
HSL160.88º44.39%40.2%-
HSV(B)160.88º61.49%58.04%-
XYZ15.6123.3821.14-
YUV117.48128.8584.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.59%
GREEN value IS 148 (58.20% from 255) = 45.68%
BLUE value IS 119 (46.88% from 255) = 36.73%
R=17.59%
G=45.68%
B=36.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571481190.6100.200.42160.8844.3940.2
Hex3994773D0142Aa12c28
Octal7122416775024522415450
Binary11100110010100111011111110101010010101010100001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399477; }

 p { color: rgb(57,148,119); }

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

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

 a { background-color: rgb(57,148,119); }

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

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

 span { border-color: rgb(57,148,119); }

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