Html Css Color HEX #319C80 Gossamer

📋 copy color: '#319C80'

red 49 ◦ green 156 ◦ blue 128

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

Shades of Gossamer #319C80

Tints of Gossamer #319C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.85%

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

R = 14.71%
G = 46.85%
B = 38.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#319C80 (or 0x319C80) is known color: Gossamer. HEX triplet: 31, 9C and 80. RGB value is (49,156,128). Sum of RGB (Red+Green+Blue) = 49+156+128=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #319C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319C80 is #CE637F. Grayscale: #787878. Windows color (decimal): -13525888 or 8428593. OLE color: 8428593.

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

Color convert

RGB 49 156 128 -
CMYK 0.69 0 0.18 0.39
HSL 164.3º 0.52% 0.4% -
HSV(B) 164.3º 0.69% 0.61% -
XYZ 17.05 25.99 24.54 -
YUV 120.82 132.05 76.78 -
System Red Green Blue C M Y K H S L
Decimal 49 156 128 0.69 0 0.18 0.39 164.3 0.52 0.4
Hex 31 9C 80 45 0 12 27 A4 34 28
Octal 61 234 200 105 0 22 47 244 64 50
Binary 110001 10011100 10000000 1000101 0 10010 100111 10100100 110100 101000

Color Harmonies of #319C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C80

Black with #319C80

Text Example


Text Example

White with #319C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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