#389580

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

Shades of Gossamer #389580

Tints of Gossamer #389580

Color information

#389580 (or 0x389580) is unknown color: approx Gossamer. HEX triplet: 38, 95 and 80. RGB value is (56,149,128). Sum of RGB (Red+Green+Blue) = 56+149+128=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #389580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389580 is #C76A7F. Grayscale: #767676. Windows color (decimal): -13068928 or 8426808. OLE color: 8426808.

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

Color convert

RGB56149128-
CMYK0.6200.140.42
HSL166.45º45.37%40.2%-
HSV(B)166.45º62.42%58.43%-
XYZ16.2723.8924.18-
YUV118.8133.1983.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 149 (58.59% from 255) = 44.74%
BLUE value IS 128 (50.39% from 255) = 38.44%
R=16.82%
G=44.74%
B=38.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561491280.6200.140.42166.4545.3740.2
Hex3895803E0E2Aa62d28
Octal7022520076016522465550
Binary11100010010101100000001111100111010101010100110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389580; }

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

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

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

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

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

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

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

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