#389882

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

Shades of Gossamer #389882

Tints of Gossamer #389882

Color information

#389882 (or 0x389882) is unknown color: approx Gossamer. HEX triplet: 38, 98 and 82. RGB value is (56,152,130). Sum of RGB (Red+Green+Blue) = 56+152+130=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #389882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389882 is #C7677D. Grayscale: #787878. Windows color (decimal): -13068158 or 8558648. OLE color: 8558648.

HSL color Cylindrical-coordinate representation of color #389882: hue angle of 166.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389882 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB56152130-
CMYK0.6300.140.40
HSL166.25º46.15%40.78%-
HSV(B)166.25º63.16%59.61%-
XYZ16.8924.9125.04-
YUV120.79133.281.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.57%
GREEN value IS 152 (59.77% from 255) = 44.97%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=16.57%
G=44.97%
B=38.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561521300.6300.140.40166.2546.1540.78
Hex3898823F0E28a62e29
Octal7023020277016502465651
Binary11100010011000100000101111110111010100010100110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389882; }

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

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

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

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

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

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

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

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