Html Css Color HEX #319B80 Gossamer

📋 copy color: '#319B80'

red 49 ◦ green 155 ◦ blue 128

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

Shades of Gossamer #319B80

Tints of Gossamer #319B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 14.76%
G = 46.69%
B = 38.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#319B80 (or 0x319B80) is known color: Gossamer. HEX triplet: 31, 9B and 80. RGB value is (49,155,128). Sum of RGB (Red+Green+Blue) = 49+155+128=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #319B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319B80 is #CE647F. Grayscale: #787878. Windows color (decimal): -13526144 or 8428337. OLE color: 8428337.

HSL color Cylindrical-coordinate representation of color #319B80: hue angle of 164.72º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B80 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 155 128 -
CMYK 0.68 0 0.17 0.39
HSL 164.72º 0.52% 0.4% -
HSV(B) 164.72º 0.68% 0.61% -
XYZ 16.88 25.65 24.48 -
YUV 120.23 132.38 77.2 -
System Red Green Blue C M Y K H S L
Decimal 49 155 128 0.68 0 0.17 0.39 164.72 0.52 0.4
Hex 31 9B 80 44 0 11 27 A5 34 28
Octal 61 233 200 104 0 21 47 245 64 50
Binary 110001 10011011 10000000 1000100 0 10001 100111 10100101 110100 101000

Color Harmonies of #319B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B80

Black with #319B80

Text Example


Text Example

White with #319B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,155,128); }

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

background-color css

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

 a { background-color: rgb(49,155,128); }

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

border-color css

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

 span { border-color: rgb(49,155,128); }

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