#399487

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

Shades of Gossamer #399487

Tints of Gossamer #399487

Color information

#399487 (or 0x399487) is unknown color: approx Gossamer. HEX triplet: 39, 94 and 87. RGB value is (57,148,135). Sum of RGB (Red+Green+Blue) = 57+148+135=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #399487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399487 is #C66B78. Grayscale: #777777. Windows color (decimal): -13003641 or 8885305. OLE color: 8885305.

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

Color convert

RGB57148135-
CMYK0.6100.090.42
HSL171.43º44.39%40.2%-
HSV(B)171.43º61.49%58.04%-
XYZ16.6523.826.64-
YUV119.31136.8583.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.76%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 135 (53.12% from 255) = 39.71%
R=16.76%
G=43.53%
B=39.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571481350.6100.090.42171.4344.3940.2
Hex3994873D092Aab2c28
Octal7122420775011522535450
Binary11100110010100100001111111010100110101010101011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399487; }

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

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

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

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

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

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

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

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