#389383

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

Shades of Gossamer #389383

Tints of Gossamer #389383

Color information

#389383 (or 0x389383) is unknown color: approx Gossamer. HEX triplet: 38, 93 and 83. RGB value is (56,147,131). Sum of RGB (Red+Green+Blue) = 56+147+131=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #389383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389383 is #C76C7C. Grayscale: #757575. Windows color (decimal): -13069437 or 8622904. OLE color: 8622904.

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

Color convert

RGB56147131-
CMYK0.6200.110.42
HSL169.45º44.83%39.8%-
HSV(B)169.45º61.9%57.65%-
XYZ16.1623.3525.13-
YUV117.97135.3583.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.77%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=16.77%
G=44.01%
B=39.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561471310.6200.110.42169.4544.8339.8
Hex3893833E0B2Aa92d28
Octal7022320376013522515550
Binary11100010010011100000111111100101110101010101001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389383; }

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

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

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

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

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

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

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

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