#389975

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

Shades of Gossamer #389975

Tints of Gossamer #389975

Color information

#389975 (or 0x389975) is unknown color: approx Gossamer. HEX triplet: 38, 99 and 75. RGB value is (56,153,117). Sum of RGB (Red+Green+Blue) = 56+153+117=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #389975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389975 is #C7668A. Grayscale: #777777. Windows color (decimal): -13067915 or 7706936. OLE color: 7706936.

HSL color Cylindrical-coordinate representation of color #389975: hue angle of 157.73º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389975 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB56153117-
CMYK0.6300.240.4
HSL157.73º46.41%40.98%-
HSV(B)157.73º63.4%60%-
XYZ16.2324.9120.78-
YUV119.89126.3682.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 153 (60.16% from 255) = 46.93%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=17.18%
G=46.93%
B=35.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561531170.6300.240.4157.7346.4140.98
Hex3899753F018289e2e29
Octal7023116577030502365651
Binary11100010011001111010111111101100010100010011110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389975; }

 p { color: rgb(56,153,117); }

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

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

 a { background-color: rgb(56,153,117); }

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

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

 span { border-color: rgb(56,153,117); }

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