Html Css Color HEX #319D90 Gossamer

📋 copy color: '#319D90'

red 49 ◦ green 157 ◦ blue 144

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

Shades of Gossamer #319D90

Tints of Gossamer #319D90

RGB

 RED value IS 49 (19.53% from 255) = 14%

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

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

R = 14%
G = 44.86%
B = 41.14%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#319D90 (or 0x319D90) is known color: Gossamer. HEX triplet: 31, 9D and 90. RGB value is (49,157,144). Sum of RGB (Red+Green+Blue) = 49+157+144=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #319D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319D90 is #CE626F. Grayscale: #7B7B7B. Windows color (decimal): -13525616 or 9477425. OLE color: 9477425.

HSL color Cylindrical-coordinate representation of color #319D90: hue angle of 172.78º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319D90 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 157 144 -
CMYK 0.69 0 0.08 0.38
HSL 172.78º 0.52% 0.4% -
HSV(B) 172.78º 0.69% 0.62% -
XYZ 18.36 26.78 30.59 -
YUV 123.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 49 157 144 0.69 0 0.08 0.38 172.78 0.52 0.4
Hex 31 9D 90 45 0 8 26 AD 34 28
Octal 61 235 220 105 0 10 46 255 64 50
Binary 110001 10011101 10010000 1000101 0 1000 100110 10101101 110100 101000

Color Harmonies of #319D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319D90

Black with #319D90

Text Example


Text Example

White with #319D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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