#389286

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

Shades of Gossamer #389286

Tints of Gossamer #389286

Color information

#389286 (or 0x389286) is unknown color: approx Gossamer. HEX triplet: 38, 92 and 86. RGB value is (56,146,134). Sum of RGB (Red+Green+Blue) = 56+146+134=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #389286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389286 is #C76D79. Grayscale: #757575. Windows color (decimal): -13069690 or 8819256. OLE color: 8819256.

HSL color Cylindrical-coordinate representation of color #389286: hue angle of 172º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389286 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB56146134-
CMYK0.6200.080.43
HSL172º44.55%39.61%-
HSV(B)172º61.64%57.25%-
XYZ16.2123.1226.16-
YUV117.72137.1883.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.67%
GREEN value IS 146 (57.42% from 255) = 43.45%
BLUE value IS 134 (52.73% from 255) = 39.88%
R=16.67%
G=43.45%
B=39.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561461340.6200.080.4317244.5539.61
Hex3892863E082Bac2d28
Octal7022220676010532545550
Binary11100010010010100001101111100100010101110101100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389286; }

 p { color: rgb(56,146,134); }

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

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

 a { background-color: rgb(56,146,134); }

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

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

 span { border-color: rgb(56,146,134); }

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