#389379

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

Shades of Gossamer #389379

Tints of Gossamer #389379

Color information

#389379 (or 0x389379) is unknown color: approx Gossamer. HEX triplet: 38, 93 and 79. RGB value is (56,147,121). Sum of RGB (Red+Green+Blue) = 56+147+121=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #389379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389379 is #C76C86. Grayscale: #747474. Windows color (decimal): -13069447 or 7967544. OLE color: 7967544.

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

Color convert

RGB56147121-
CMYK0.6200.180.42
HSL162.86º44.83%39.8%-
HSV(B)162.86º61.9%57.65%-
XYZ15.5223.0921.73-
YUV116.83130.3584.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.28%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=17.28%
G=45.37%
B=37.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561471210.6200.180.42162.8644.8339.8
Hex3893793E0122Aa32d28
Octal7022317176022522435550
Binary11100010010011111100111111001001010101010100011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389379; }

 p { color: rgb(56,147,121); }

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

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

 a { background-color: rgb(56,147,121); }

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

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

 span { border-color: rgb(56,147,121); }

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