#399476

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

Shades of Gossamer #399476

Tints of Gossamer #399476

Color information

#399476 (or 0x399476) is unknown color: approx Gossamer. HEX triplet: 39, 94 and 76. RGB value is (57,148,118). Sum of RGB (Red+Green+Blue) = 57+148+118=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #399476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399476 is #C66B89. Grayscale: #757575. Windows color (decimal): -13003658 or 7771193. OLE color: 7771193.

HSL color Cylindrical-coordinate representation of color #399476: hue angle of 160.22º 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 #399476 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB57148118-
CMYK0.6100.200.42
HSL160.22º44.39%40.2%-
HSV(B)160.22º61.49%58.04%-
XYZ15.5523.3620.83-
YUV117.37128.3584.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.65%
GREEN value IS 148 (58.20% from 255) = 45.82%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=17.65%
G=45.82%
B=36.53%

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
Decimal571481180.6100.200.42160.2244.3940.2
Hex3994763D0142Aa02c28
Octal7122416675024522405450
Binary11100110010100111011011110101010010101010100000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399476; }

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

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

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

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

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

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

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

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