Html Css Color HEX #399D90 Gossamer

📋 copy color: '#399D90'

red 57 ◦ green 157 ◦ blue 144

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

Shades of Gossamer #399D90

Tints of Gossamer #399D90

RGB

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

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

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

R = 15.92%
G = 43.85%
B = 40.22%

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

#399D90 (or 0x399D90) is known color: Gossamer. HEX triplet: 39, 9D and 90. RGB value is (57,157,144). Sum of RGB (Red+Green+Blue) = 57+157+144=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 157 - color contains mainly: green. Hex color #399D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399D90 is #C6626F. Grayscale: #7D7D7D. Windows color (decimal): -13001328 or 9477433. OLE color: 9477433.

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

Color convert

RGB 57 157 144 -
CMYK 0.64 0 0.08 0.38
HSL 172.2º 0.47% 0.42% -
HSV(B) 172.2º 0.64% 0.62% -
XYZ 18.78 27 30.61 -
YUV 125.62 138.37 79.06 -
System Red Green Blue C M Y K H S L
Decimal 57 157 144 0.64 0 0.08 0.38 172.2 0.47 0.42
Hex 39 9D 90 40 0 8 26 AC 2F 2A
Octal 71 235 220 100 0 10 46 254 57 52
Binary 111001 10011101 10010000 1000000 0 1000 100110 10101100 101111 101010

Color Harmonies of #399D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399D90

Black with #399D90

Text Example


Text Example

White with #399D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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