#399481

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

Shades of Gossamer #399481

Tints of Gossamer #399481

Color information

#399481 (or 0x399481) is unknown color: approx Gossamer. HEX triplet: 39, 94 and 81. RGB value is (57,148,129). Sum of RGB (Red+Green+Blue) = 57+148+129=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #399481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399481 is #C66B7E. Grayscale: #767676. Windows color (decimal): -13003647 or 8492089. OLE color: 8492089.

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

Color convert

RGB57148129-
CMYK0.6100.130.42
HSL167.47º44.39%40.2%-
HSV(B)167.47º61.49%58.04%-
XYZ16.2423.6324.47-
YUV118.62133.8584.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.07%
GREEN value IS 148 (58.20% from 255) = 44.31%
BLUE value IS 129 (50.78% from 255) = 38.62%
R=17.07%
G=44.31%
B=38.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571481290.6100.130.42167.4744.3940.2
Hex3994813D0D2Aa72c28
Octal7122420175015522475450
Binary11100110010100100000011111010110110101010100111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399481; }

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

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

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

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

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

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

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

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