#39957C

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

Shades of Gossamer #39957C

Tints of Gossamer #39957C

Color information

#39957C (or 0x39957C) is unknown color: approx Gossamer. HEX triplet: 39, 95 and 7C. RGB value is (57,149,124). Sum of RGB (Red+Green+Blue) = 57+149+124=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #39957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39957C is #C66A83. Grayscale: #767676. Windows color (decimal): -13003396 or 8164665. OLE color: 8164665.

HSL color Cylindrical-coordinate representation of color #39957C: hue angle of 163.7º 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 #39957C is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB57149124-
CMYK0.6200.170.42
HSL163.7º44.66%40.39%-
HSV(B)163.7º61.74%58.43%-
XYZ16.0723.8222.82-
YUV118.64131.0284.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.27%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=17.27%
G=45.15%
B=37.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571491240.6200.170.42163.744.6640.39
Hex39957C3E0112Aa42d28
Octal7122517476021522445550
Binary11100110010101111110011111001000110101010100100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39957C; }

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

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

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

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

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

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

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

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