#399D75

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

Shades of Gossamer #399D75

Tints of Gossamer #399D75

Color information

#399D75 (or 0x399D75) is unknown color: approx Gossamer. HEX triplet: 39, 9D and 75. RGB value is (57,157,117). Sum of RGB (Red+Green+Blue) = 57+157+117=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #399D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399D75 is #C6628A. Grayscale: #7A7A7A. Windows color (decimal): -13001355 or 7707961. OLE color: 7707961.

HSL color Cylindrical-coordinate representation of color #399D75: hue angle of 156º 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 #399D75 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB57157117-
CMYK0.6400.250.38
HSL156º46.73%41.96%-
HSV(B)156º63.69%61.57%-
XYZ16.9626.2721.01-
YUV122.54124.8781.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.22%
GREEN value IS 157 (61.72% from 255) = 47.43%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=17.22%
G=47.43%
B=35.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571571170.6400.250.3815646.7341.96
Hex399D7540019269c2f2a
Octal71235165100031462345752
Binary111001100111011110101100000001100110011010011100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,157,117); }

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

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

 a { background-color: rgb(57,157,117); }

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

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

 span { border-color: rgb(57,157,117); }

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