#389A78

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

Shades of Gossamer #389A78

Tints of Gossamer #389A78

Color information

#389A78 (or 0x389A78) is unknown color: approx Gossamer. HEX triplet: 38, 9A and 78. RGB value is (56,154,120). Sum of RGB (Red+Green+Blue) = 56+154+120=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 154 - color contains mainly: green. Hex color #389A78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389A78 is #C76587. Grayscale: #787878. Windows color (decimal): -13067656 or 7903800. OLE color: 7903800.

HSL color Cylindrical-coordinate representation of color #389A78: hue angle of 159.18º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389A78 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB56154120-
CMYK0.6400.220.40
HSL159.18º46.67%41.18%-
HSV(B)159.18º63.64%60.39%-
XYZ16.5825.3121.78-
YUV120.82127.5381.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.97%
GREEN value IS 154 (60.55% from 255) = 46.67%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=16.97%
G=46.67%
B=36.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561541200.6400.220.40159.1846.6741.18
Hex389A7840016289f2f29
Octal70232170100026502375751
Binary111000100110101111000100000001011010100010011111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389A78; }

 p { color: rgb(56,154,120); }

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

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

 a { background-color: rgb(56,154,120); }

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

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

 span { border-color: rgb(56,154,120); }

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