Html Css Color HEX #399B90 Gossamer

📋 copy color: '#399B90'

red 57 ◦ green 155 ◦ blue 144

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

Shades of Gossamer #399B90

Tints of Gossamer #399B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 16.01%
G = 43.54%
B = 40.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#399B90 (or 0x399B90) is known color: Gossamer. HEX triplet: 39, 9B and 90. RGB value is (57,155,144). Sum of RGB (Red+Green+Blue) = 57+155+144=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #399B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399B90 is #C6646F. Grayscale: #7C7C7C. Windows color (decimal): -13001840 or 9476921. OLE color: 9476921.

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

Color convert

RGB 57 155 144 -
CMYK 0.63 0 0.07 0.39
HSL 173.27º 0.46% 0.42% -
HSV(B) 173.27º 0.63% 0.61% -
XYZ 18.44 26.33 30.49 -
YUV 124.44 139.03 79.89 -
System Red Green Blue C M Y K H S L
Decimal 57 155 144 0.63 0 0.07 0.39 173.27 0.46 0.42
Hex 39 9B 90 3F 0 7 27 AD 2E 2A
Octal 71 233 220 77 0 7 47 255 56 52
Binary 111001 10011011 10010000 111111 0 111 100111 10101101 101110 101010

Color Harmonies of #399B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399B90

Black with #399B90

Text Example


Text Example

White with #399B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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