#389873

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

Shades of Gossamer #389873

Tints of Gossamer #389873

Color information

#389873 (or 0x389873) is unknown color: approx Gossamer. HEX triplet: 38, 98 and 73. RGB value is (56,152,115). Sum of RGB (Red+Green+Blue) = 56+152+115=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #389873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389873 is #C7678C. Grayscale: #777777. Windows color (decimal): -13068173 or 7575608. OLE color: 7575608.

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

Color convert

RGB56152115-
CMYK0.6300.240.40
HSL156.88º46.15%40.78%-
HSV(B)156.88º63.16%59.61%-
XYZ15.9524.5420.11-
YUV119.08125.783.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=17.34%
G=47.06%
B=35.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561521150.6300.240.40156.8846.1540.78
Hex3898733F018289d2e29
Octal7023016377030502355651
Binary11100010011000111001111111101100010100010011101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389873; }

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

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

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

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

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

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

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

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