#389D74

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

Shades of Gossamer #389D74

Tints of Gossamer #389D74

Color information

#389D74 (or 0x389D74) is unknown color: approx Gossamer. HEX triplet: 38, 9D and 74. RGB value is (56,157,116). Sum of RGB (Red+Green+Blue) = 56+157+116=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 157 - color contains mainly: green. Hex color #389D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389D74 is #C7628B. Grayscale: #7A7A7A. Windows color (decimal): -13066892 or 7642424. OLE color: 7642424.

HSL color Cylindrical-coordinate representation of color #389D74: hue angle of 155.64º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389D74 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB56157116-
CMYK0.6400.260.38
HSL155.64º47.42%41.76%-
HSV(B)155.64º64.33%61.57%-
XYZ16.8426.2220.7-
YUV122.13124.5480.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 157 (61.72% from 255) = 47.72%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=17.02%
G=47.72%
B=35.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561571160.6400.260.38155.6447.4241.76
Hex389D744001A269c2f2a
Octal70235164100032462345752
Binary111000100111011110100100000001101010011010011100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,157,116); }

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

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

 a { background-color: rgb(56,157,116); }

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

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

 span { border-color: rgb(56,157,116); }

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