Html Css Color HEX #399685 Gossamer

📋 copy color: '#399685'

red 57 ◦ green 150 ◦ blue 133

#399685
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #399685

Tints of Gossamer #399685

RGB

 RED value IS 57 (22.66% from 255) = 16.76%

 GREEN value IS 150 (58.98% from 255) = 44.12%

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 16.76%
G = 44.12%
B = 39.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#399685 (or 0x399685) is known color: Gossamer. HEX triplet: 39, 96 and 85. RGB value is (57,150,133). Sum of RGB (Red+Green+Blue) = 57+150+133=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #399685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399685 is #C6697A. Grayscale: #787878. Windows color (decimal): -13003131 or 8754745. OLE color: 8754745.

HSL color Cylindrical-coordinate representation of color #399685: hue angle of 169.03º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399685 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 150 133 -
CMYK 0.62 0 0.11 0.41
HSL 169.03º 0.45% 0.41% -
HSV(B) 169.03º 0.62% 0.59% -
XYZ 16.83 24.38 26.01 -
YUV 120.26 135.19 82.88 -
System Red Green Blue C M Y K H S L
Decimal 57 150 133 0.62 0 0.11 0.41 169.03 0.45 0.41
Hex 39 96 85 3E 0 B 29 A9 2D 29
Octal 71 226 205 76 0 13 51 251 55 51
Binary 111001 10010110 10000101 111110 0 1011 101001 10101001 101101 101001

Color Harmonies of #399685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399685

Black with #399685

Text Example


Text Example

White with #399685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399685; }

 p { color: rgb(57,150,133); }

 H1.HeaderClassName
 {
   color: #399685;
 }
 .AnyTagClassName
 {
   color: #399685;
 }
</style>

background-color css

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

 a { background-color: rgb(57,150,133); }

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

border-color css

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

 span { border-color: rgb(57,150,133); }

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