#389382

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

Shades of Gossamer #389382

Tints of Gossamer #389382

Color information

#389382 (or 0x389382) is unknown color: approx Gossamer. HEX triplet: 38, 93 and 82. RGB value is (56,147,130). Sum of RGB (Red+Green+Blue) = 56+147+130=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #389382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389382 is #C76C7D. Grayscale: #757575. Windows color (decimal): -13069438 or 8557368. OLE color: 8557368.

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

Color convert

RGB56147130-
CMYK0.6200.120.42
HSL168.79º44.83%39.8%-
HSV(B)168.79º61.9%57.65%-
XYZ16.0923.3224.77-
YUV117.85134.8583.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 147 (57.81% from 255) = 44.14%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=16.82%
G=44.14%
B=39.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561471300.6200.120.42168.7944.8339.8
Hex3893823E0C2Aa92d28
Octal7022320276014522515550
Binary11100010010011100000101111100110010101010101001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389382; }

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

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

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

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

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

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

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

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