#389487

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

Shades of Gossamer #389487

Tints of Gossamer #389487

Color information

#389487 (or 0x389487) is unknown color: approx Gossamer. HEX triplet: 38, 94 and 87. RGB value is (56,148,135). Sum of RGB (Red+Green+Blue) = 56+148+135=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #389487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389487 is #C76B78. Grayscale: #767676. Windows color (decimal): -13069177 or 8885304. OLE color: 8885304.

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

Color convert

RGB56148135-
CMYK0.6200.090.42
HSL171.52º45.1%40%-
HSV(B)171.52º62.16%58.04%-
XYZ16.5923.7726.64-
YUV119.01137.0283.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 135 (53.12% from 255) = 39.82%
R=16.52%
G=43.66%
B=39.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561481350.6200.090.42171.5245.140
Hex3894873E092Aac2d28
Octal7022420776011522545550
Binary11100010010100100001111111100100110101010101100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389487; }

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

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

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

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

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

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

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

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