#399982

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

Shades of Gossamer #399982

Tints of Gossamer #399982

Color information

#399982 (or 0x399982) is unknown color: approx Gossamer. HEX triplet: 39, 99 and 82. RGB value is (57,153,130). Sum of RGB (Red+Green+Blue) = 57+153+130=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #399982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399982 is #C6667D. Grayscale: #797979. Windows color (decimal): -13002366 or 8558905. OLE color: 8558905.

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

Color convert

RGB57153130-
CMYK0.6300.150.4
HSL165.62º45.71%41.18%-
HSV(B)165.62º62.75%60%-
XYZ17.1125.2625.09-
YUV121.67132.781.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.76%
GREEN value IS 153 (60.16% from 255) = 45%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=16.76%
G=45%
B=38.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571531300.6300.150.4165.6245.7141.18
Hex3999823F0F28a62e29
Octal7123120277017502465651
Binary11100110011001100000101111110111110100010100110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399982; }

 p { color: rgb(57,153,130); }

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

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

 a { background-color: rgb(57,153,130); }

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

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

 span { border-color: rgb(57,153,130); }

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