Html Css Color HEX #319178 Gossamer

📋 copy color: '#319178'

red 49 ◦ green 145 ◦ blue 120

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

Shades of Gossamer #319178

Tints of Gossamer #319178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.18%

 BLUE value IS 120 (47.27% from 255) = 38.22%

R = 15.61%
G = 46.18%
B = 38.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#319178 (or 0x319178) is known color: Gossamer. HEX triplet: 31, 91 and 78. RGB value is (49,145,120). Sum of RGB (Red+Green+Blue) = 49+145+120=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #319178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319178 is #CE6E87. Grayscale: #717171. Windows color (decimal): -13528712 or 7901489. OLE color: 7901489.

HSL color Cylindrical-coordinate representation of color #319178: hue angle of 164.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319178 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 145 120 -
CMYK 0.66 0 0.17 0.43
HSL 164.38º 0.49% 0.38% -
HSV(B) 164.38º 0.66% 0.57% -
XYZ 14.78 22.26 21.29 -
YUV 113.45 131.7 82.03 -
System Red Green Blue C M Y K H S L
Decimal 49 145 120 0.66 0 0.17 0.43 164.38 0.49 0.38
Hex 31 91 78 42 0 11 2B A4 31 26
Octal 61 221 170 102 0 21 53 244 61 46
Binary 110001 10010001 1111000 1000010 0 10001 101011 10100100 110001 100110

Color Harmonies of #319178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319178

Black with #319178

Text Example


Text Example

White with #319178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319178; }

 p { color: rgb(49,145,120); }

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

background-color css

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

 a { background-color: rgb(49,145,120); }

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

border-color css

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

 span { border-color: rgb(49,145,120); }

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