#399281

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

Shades of Gossamer #399281

Tints of Gossamer #399281

Color information

#399281 (or 0x399281) is unknown color: approx Gossamer. HEX triplet: 39, 92 and 81. RGB value is (57,146,129). Sum of RGB (Red+Green+Blue) = 57+146+129=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #399281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399281 is #C66D7E. Grayscale: #757575. Windows color (decimal): -13004159 or 8491577. OLE color: 8491577.

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

Color convert

RGB57146129-
CMYK0.6100.120.43
HSL168.54º43.84%39.8%-
HSV(B)168.54º60.96%57.25%-
XYZ15.9323.0124.37-
YUV117.45134.5184.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.17%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=17.17%
G=43.98%
B=38.86%

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
Decimal571461290.6100.120.43168.5443.8439.8
Hex3992813D0C2Ba92c28
Octal7122220175014532515450
Binary11100110010010100000011111010110010101110101001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399281; }

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

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

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

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

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

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

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

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