#389576

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

Shades of Gossamer #389576

Tints of Gossamer #389576

Color information

#389576 (or 0x389576) is unknown color: approx Gossamer. HEX triplet: 38, 95 and 76. RGB value is (56,149,118). Sum of RGB (Red+Green+Blue) = 56+149+118=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #389576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389576 is #C76A89. Grayscale: #757575. Windows color (decimal): -13068938 or 7771448. OLE color: 7771448.

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

Color convert

RGB56149118-
CMYK0.6200.210.42
HSL160º45.37%40.2%-
HSV(B)160º62.42%58.43%-
XYZ15.6523.6420.88-
YUV117.66128.1984.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=17.34%
G=46.13%
B=36.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561491180.6200.210.4216045.3740.2
Hex3895763E0152Aa02d28
Octal7022516676025522405550
Binary11100010010101111011011111001010110101010100000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389576; }

 p { color: rgb(56,149,118); }

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

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

 a { background-color: rgb(56,149,118); }

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

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

 span { border-color: rgb(56,149,118); }

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