Html Css Color HEX #399D91 Gossamer

📋 copy color: '#399D91'

red 57 ◦ green 157 ◦ blue 145

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

Shades of Gossamer #399D91

Tints of Gossamer #399D91

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.73%

 BLUE value IS 145 (57.03% from 255) = 40.39%

R = 15.88%
G = 43.73%
B = 40.39%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#399D91 (or 0x399D91) is known color: Gossamer. HEX triplet: 39, 9D and 91. RGB value is (57,157,145). Sum of RGB (Red+Green+Blue) = 57+157+145=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #399D91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399D91 is #C6626E. Grayscale: #7D7D7D. Windows color (decimal): -13001327 or 9542969. OLE color: 9542969.

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

Color convert

RGB 57 157 145 -
CMYK 0.64 0 0.08 0.38
HSL 172.8º 0.47% 0.42% -
HSV(B) 172.8º 0.64% 0.62% -
XYZ 18.86 27.03 31.01 -
YUV 125.73 138.87 78.98 -
System Red Green Blue C M Y K H S L
Decimal 57 157 145 0.64 0 0.08 0.38 172.8 0.47 0.42
Hex 39 9D 91 40 0 8 26 AD 2F 2A
Octal 71 235 221 100 0 10 46 255 57 52
Binary 111001 10011101 10010001 1000000 0 1000 100110 10101101 101111 101010

Color Harmonies of #399D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399D91

Black with #399D91

Text Example


Text Example

White with #399D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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