#399280

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

Shades of Gossamer #399280

Tints of Gossamer #399280

Color information

#399280 (or 0x399280) is unknown color: approx Gossamer. HEX triplet: 39, 92 and 80. RGB value is (57,146,128). Sum of RGB (Red+Green+Blue) = 57+146+128=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #399280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399280 is #C66D7F. Grayscale: #757575. Windows color (decimal): -13004160 or 8426041. OLE color: 8426041.

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

Color convert

RGB57146128-
CMYK0.6100.120.43
HSL167.87º43.84%39.8%-
HSV(B)167.87º60.96%57.25%-
XYZ15.8622.9924.02-
YUV117.34134.0184.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.22%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=17.22%
G=44.11%
B=38.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571461280.6100.120.43167.8743.8439.8
Hex3992803D0C2Ba82c28
Octal7122220075014532505450
Binary11100110010010100000001111010110010101110101000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399280; }

 p { color: rgb(57,146,128); }

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

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

 a { background-color: rgb(57,146,128); }

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

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

 span { border-color: rgb(57,146,128); }

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