#399B84

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

Shades of Gossamer #399B84

Tints of Gossamer #399B84

Color information

#399B84 (or 0x399B84) is unknown color: approx Gossamer. HEX triplet: 39, 9B and 84. RGB value is (57,155,132). Sum of RGB (Red+Green+Blue) = 57+155+132=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #399B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399B84 is #C6647B. Grayscale: #7B7B7B. Windows color (decimal): -13001852 or 8690489. OLE color: 8690489.

HSL color Cylindrical-coordinate representation of color #399B84: hue angle of 165.92º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399B84 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB57155132-
CMYK0.6300.150.39
HSL165.92º46.23%41.57%-
HSV(B)165.92º63.23%60.78%-
XYZ17.5725.9825.92-
YUV123.08133.0380.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.57%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 132 (51.95% from 255) = 38.37%
R=16.57%
G=45.06%
B=38.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571551320.6300.150.39165.9246.2341.57
Hex399B843F0F27a62e2a
Octal7123320477017472465652
Binary11100110011011100001001111110111110011110100110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399B84; }

 p { color: rgb(57,155,132); }

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

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

 a { background-color: rgb(57,155,132); }

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

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

 span { border-color: rgb(57,155,132); }

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