Html Css Color HEX #319376 Gossamer

📋 copy color: '#319376'

red 49 ◦ green 147 ◦ blue 118

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

Shades of Gossamer #319376

Tints of Gossamer #319376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.82%

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

R = 15.61%
G = 46.82%
B = 37.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#319376 (or 0x319376) is known color: Gossamer. HEX triplet: 31, 93 and 76. RGB value is (49,147,118). Sum of RGB (Red+Green+Blue) = 49+147+118=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #319376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319376 is #CE6C89. Grayscale: #727272. Windows color (decimal): -13528202 or 7770929. OLE color: 7770929.

HSL color Cylindrical-coordinate representation of color #319376: hue angle of 162.24º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319376 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 147 118 -
CMYK 0.67 0 0.20 0.42
HSL 162.24º 0.5% 0.38% -
HSV(B) 162.24º 0.67% 0.58% -
XYZ 14.97 22.83 20.76 -
YUV 114.39 130.03 81.36 -
System Red Green Blue C M Y K H S L
Decimal 49 147 118 0.67 0 0.20 0.42 162.24 0.5 0.38
Hex 31 93 76 43 0 14 2A A2 32 26
Octal 61 223 166 103 0 24 52 242 62 46
Binary 110001 10010011 1110110 1000011 0 10100 101010 10100010 110010 100110

Color Harmonies of #319376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319376

Black with #319376

Text Example


Text Example

White with #319376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319376; }

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

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

background-color css

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

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

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

border-color css

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

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

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