#399E84

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

Shades of Gossamer #399E84

Tints of Gossamer #399E84

Color information

#399E84 (or 0x399E84) is unknown color: approx Gossamer. HEX triplet: 39, 9E and 84. RGB value is (57,158,132). Sum of RGB (Red+Green+Blue) = 57+158+132=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #399E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399E84 is #C6617B. Grayscale: #7C7C7C. Windows color (decimal): -13001084 or 8691257. OLE color: 8691257.

HSL color Cylindrical-coordinate representation of color #399E84: hue angle of 164.55º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399E84 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB57158132-
CMYK0.6400.160.38
HSL164.55º46.98%42.16%-
HSV(B)164.55º63.92%61.96%-
XYZ18.0826.9926.09-
YUV124.84132.0479.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.43%
GREEN value IS 158 (62.11% from 255) = 45.53%
BLUE value IS 132 (51.95% from 255) = 38.04%
R=16.43%
G=45.53%
B=38.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571581320.6400.160.38164.5546.9842.16
Hex399E844001026a52f2a
Octal71236204100020462455752
Binary1110011001111010000100100000001000010011010100101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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