Html Css Color HEX #399B85 Gossamer

📋 copy color: '#399B85'

red 57 ◦ green 155 ◦ blue 133

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

Shades of Gossamer #399B85

Tints of Gossamer #399B85

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.93%

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

R = 16.52%
G = 44.93%
B = 38.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#399B85 (or 0x399B85) is known color: Gossamer. HEX triplet: 39, 9B and 85. RGB value is (57,155,133). Sum of RGB (Red+Green+Blue) = 57+155+133=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #399B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399B85 is #C6647A. Grayscale: #7B7B7B. Windows color (decimal): -13001851 or 8756025. OLE color: 8756025.

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

Color convert

RGB 57 155 133 -
CMYK 0.63 0 0.14 0.39
HSL 166.53º 0.46% 0.42% -
HSV(B) 166.53º 0.63% 0.61% -
XYZ 17.64 26.01 26.28 -
YUV 123.19 133.53 80.79 -
System Red Green Blue C M Y K H S L
Decimal 57 155 133 0.63 0 0.14 0.39 166.53 0.46 0.42
Hex 39 9B 85 3F 0 E 27 A7 2E 2A
Octal 71 233 205 77 0 16 47 247 56 52
Binary 111001 10011011 10000101 111111 0 1110 100111 10100111 101110 101010

Color Harmonies of #399B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399B85

Black with #399B85

Text Example


Text Example

White with #399B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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