Html Css Color HEX #319680 Gossamer

📋 copy color: '#319680'

red 49 ◦ green 150 ◦ blue 128

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

Shades of Gossamer #319680

Tints of Gossamer #319680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.87%

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

R = 14.98%
G = 45.87%
B = 39.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#319680 (or 0x319680) is known color: Gossamer. HEX triplet: 31, 96 and 80. RGB value is (49,150,128). Sum of RGB (Red+Green+Blue) = 49+150+128=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #319680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319680 is #CE697F. Grayscale: #757575. Windows color (decimal): -13527424 or 8427057. OLE color: 8427057.

HSL color Cylindrical-coordinate representation of color #319680: hue angle of 166.93º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319680 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 150 128 -
CMYK 0.67 0 0.15 0.41
HSL 166.93º 0.51% 0.39% -
HSV(B) 166.93º 0.67% 0.59% -
XYZ 16.07 24.02 24.21 -
YUV 117.29 134.04 79.29 -
System Red Green Blue C M Y K H S L
Decimal 49 150 128 0.67 0 0.15 0.41 166.93 0.51 0.39
Hex 31 96 80 43 0 F 29 A7 33 27
Octal 61 226 200 103 0 17 51 247 63 47
Binary 110001 10010110 10000000 1000011 0 1111 101001 10100111 110011 100111

Color Harmonies of #319680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319680

Black with #319680

Text Example


Text Example

White with #319680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319680; }

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

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

background-color css

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

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

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

border-color css

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

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

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