#399C83

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

Shades of Gossamer #399C83

Tints of Gossamer #399C83

Color information

#399C83 (or 0x399C83) is unknown color: approx Gossamer. HEX triplet: 39, 9C and 83. RGB value is (57,156,131). Sum of RGB (Red+Green+Blue) = 57+156+131=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #399C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399C83 is #C6637C. Grayscale: #7B7B7B. Windows color (decimal): -13001597 or 8625209. OLE color: 8625209.

HSL color Cylindrical-coordinate representation of color #399C83: hue angle of 164.85º 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 #399C83 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB57156131-
CMYK0.6300.160.39
HSL164.85º46.48%41.76%-
HSV(B)164.85º63.46%61.18%-
XYZ17.6726.2925.61-
YUV123.55132.280.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.57%
GREEN value IS 156 (61.33% from 255) = 45.35%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=16.57%
G=45.35%
B=38.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571561310.6300.160.39164.8546.4841.76
Hex399C833F01027a52e2a
Octal7123420377020472455652
Binary111001100111001000001111111101000010011110100101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,156,131); }

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

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

 a { background-color: rgb(57,156,131); }

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

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

 span { border-color: rgb(57,156,131); }

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