#399C7C

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

Shades of Gossamer #399C7C

Tints of Gossamer #399C7C

Color information

#399C7C (or 0x399C7C) is unknown color: approx Gossamer. HEX triplet: 39, 9C and 7C. RGB value is (57,156,124). Sum of RGB (Red+Green+Blue) = 57+156+124=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #399C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399C7C is #C66383. Grayscale: #7A7A7A. Windows color (decimal): -13001604 or 8166457. OLE color: 8166457.

HSL color Cylindrical-coordinate representation of color #399C7C: hue angle of 160.61º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399C7C is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB57156124-
CMYK0.6300.210.39
HSL160.61º46.48%41.76%-
HSV(B)160.61º63.46%61.18%-
XYZ17.2126.123.2-
YUV122.75128.781.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.91%
GREEN value IS 156 (61.33% from 255) = 46.29%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=16.91%
G=46.29%
B=36.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571561240.6300.210.39160.6146.4841.76
Hex399C7C3F01527a12e2a
Octal7123417477025472415652
Binary11100110011100111110011111101010110011110100001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399C7C; }

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

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

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

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

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

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

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

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