Html Css Color HEX #399B7A Gossamer

📋 copy color: '#399B7A'

red 57 ◦ green 155 ◦ blue 122

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

Shades of Gossamer #399B7A

Tints of Gossamer #399B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 17.07%
G = 46.41%
B = 36.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#399B7A (or 0x399B7A) is known color: Gossamer. HEX triplet: 39, 9B and 7A. RGB value is (57,155,122). Sum of RGB (Red+Green+Blue) = 57+155+122=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #399B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399B7A is #C66485. Grayscale: #797979. Windows color (decimal): -13001862 or 8035129. OLE color: 8035129.

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

Color convert

RGB 57 155 122 -
CMYK 0.63 0 0.21 0.39
HSL 159.8º 0.46% 0.42% -
HSV(B) 159.8º 0.63% 0.61% -
XYZ 16.92 25.72 22.48 -
YUV 121.94 128.03 81.68 -
System Red Green Blue C M Y K H S L
Decimal 57 155 122 0.63 0 0.21 0.39 159.8 0.46 0.42
Hex 39 9B 7A 3F 0 15 27 A0 2E 2A
Octal 71 233 172 77 0 25 47 240 56 52
Binary 111001 10011011 1111010 111111 0 10101 100111 10100000 101110 101010

Color Harmonies of #399B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399B7A

Black with #399B7A

Text Example


Text Example

White with #399B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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