#389883

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

Shades of Gossamer #389883

Tints of Gossamer #389883

Color information

#389883 (or 0x389883) is unknown color: approx Gossamer. HEX triplet: 38, 98 and 83. RGB value is (56,152,131). Sum of RGB (Red+Green+Blue) = 56+152+131=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #389883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389883 is #C7677C. Grayscale: #787878. Windows color (decimal): -13068157 or 8624184. OLE color: 8624184.

HSL color Cylindrical-coordinate representation of color #389883: hue angle of 166.88º 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 #389883 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB56152131-
CMYK0.6300.140.40
HSL166.88º46.15%40.78%-
HSV(B)166.88º63.16%59.61%-
XYZ16.9624.9425.39-
YUV120.9133.781.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=16.52%
G=44.84%
B=38.64%

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
Decimal561521310.6300.140.40166.8846.1540.78
Hex3898833F0E28a72e29
Octal7023020377016502475651
Binary11100010011000100000111111110111010100010100111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389883; }

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

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

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

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

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

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

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

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