#389584

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

Shades of Gossamer #389584

Tints of Gossamer #389584

Color information

#389584 (or 0x389584) is unknown color: approx Gossamer. HEX triplet: 38, 95 and 84. RGB value is (56,149,132). Sum of RGB (Red+Green+Blue) = 56+149+132=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #389584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389584 is #C76A7B. Grayscale: #777777. Windows color (decimal): -13068924 or 8688952. OLE color: 8688952.

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

Color convert

RGB56149132-
CMYK0.6200.110.42
HSL169.03º45.37%40.2%-
HSV(B)169.03º62.42%58.43%-
XYZ16.542425.59-
YUV119.26135.1982.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.62%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=16.62%
G=44.21%
B=39.17%

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
Decimal561491320.6200.110.42169.0345.3740.2
Hex3895843E0B2Aa92d28
Octal7022520476013522515550
Binary11100010010101100001001111100101110101010101001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389584; }

 p { color: rgb(56,149,132); }

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

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

 a { background-color: rgb(56,149,132); }

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

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

 span { border-color: rgb(56,149,132); }

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