Html Css Color HEX #319176 Gossamer

📋 copy color: '#319176'

red 49 ◦ green 145 ◦ blue 118

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

Shades of Gossamer #319176

Tints of Gossamer #319176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.82%

R = 15.71%
G = 46.47%
B = 37.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#319176 (or 0x319176) is known color: Gossamer. HEX triplet: 31, 91 and 76. RGB value is (49,145,118). Sum of RGB (Red+Green+Blue) = 49+145+118=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #319176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319176 is #CE6E89. Grayscale: #717171. Windows color (decimal): -13528714 or 7770417. OLE color: 7770417.

HSL color Cylindrical-coordinate representation of color #319176: hue angle of 163.12º 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 #319176 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 145 118 -
CMYK 0.66 0 0.19 0.43
HSL 163.13º 0.49% 0.38% -
HSV(B) 163.13º 0.66% 0.57% -
XYZ 14.66 22.21 20.65 -
YUV 113.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 49 145 118 0.66 0 0.19 0.43 163.13 0.49 0.38
Hex 31 91 76 42 0 13 2B A3 31 26
Octal 61 221 166 102 0 23 53 243 61 46
Binary 110001 10010001 1110110 1000010 0 10011 101011 10100011 110001 100110

Color Harmonies of #319176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319176

Black with #319176

Text Example


Text Example

White with #319176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319176; }

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

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

background-color css

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

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

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

border-color css

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

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

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