#389481

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

Shades of Gossamer #389481

Tints of Gossamer #389481

Color information

#389481 (or 0x389481) is unknown color: approx Gossamer. HEX triplet: 38, 94 and 81. RGB value is (56,148,129). Sum of RGB (Red+Green+Blue) = 56+148+129=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #389481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389481 is #C76B7E. Grayscale: #767676. Windows color (decimal): -13069183 or 8492088. OLE color: 8492088.

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

Color convert

RGB56148129-
CMYK0.6200.130.42
HSL167.61º45.1%40%-
HSV(B)167.61º62.16%58.04%-
XYZ16.1823.6124.47-
YUV118.33134.0283.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 148 (58.20% from 255) = 44.44%
BLUE value IS 129 (50.78% from 255) = 38.74%
R=16.82%
G=44.44%
B=38.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561481290.6200.130.42167.6145.140
Hex3894813E0D2Aa82d28
Octal7022420176015522505550
Binary11100010010100100000011111100110110101010101000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389481; }

 p { color: rgb(56,148,129); }

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

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

 a { background-color: rgb(56,148,129); }

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

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

 span { border-color: rgb(56,148,129); }

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