#399575

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

Shades of Gossamer #399575

Tints of Gossamer #399575

Color information

#399575 (or 0x399575) is unknown color: approx Gossamer. HEX triplet: 39, 95 and 75. RGB value is (57,149,117). Sum of RGB (Red+Green+Blue) = 57+149+117=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #399575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399575 is #C66A8A. Grayscale: #757575. Windows color (decimal): -13003403 or 7705913. OLE color: 7705913.

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

Color convert

RGB57149117-
CMYK0.6200.210.42
HSL159.13º44.66%40.39%-
HSV(B)159.13º61.74%58.43%-
XYZ15.6523.6520.57-
YUV117.84127.5284.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.65%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=17.65%
G=46.13%
B=36.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571491170.6200.210.42159.1344.6640.39
Hex3995753E0152A9f2d28
Octal7122516576025522375550
Binary11100110010101111010111111001010110101010011111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399575; }

 p { color: rgb(57,149,117); }

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

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

 a { background-color: rgb(57,149,117); }

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

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

 span { border-color: rgb(57,149,117); }

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