Html Css Color HEX #319476 Gossamer

📋 copy color: '#319476'

red 49 ◦ green 148 ◦ blue 118

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

Shades of Gossamer #319476

Tints of Gossamer #319476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.98%

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

R = 15.56%
G = 46.98%
B = 37.46%

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

#319476 (or 0x319476) is known color: Gossamer. HEX triplet: 31, 94 and 76. RGB value is (49,148,118). Sum of RGB (Red+Green+Blue) = 49+148+118=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #319476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319476 is #CE6B89. Grayscale: #737373. Windows color (decimal): -13527946 or 7771185. OLE color: 7771185.

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

Color convert

RGB 49 148 118 -
CMYK 0.67 0 0.20 0.42
HSL 161.82º 0.5% 0.39% -
HSV(B) 161.82º 0.67% 0.58% -
XYZ 15.13 23.14 20.81 -
YUV 114.98 129.7 80.94 -
System Red Green Blue C M Y K H S L
Decimal 49 148 118 0.67 0 0.20 0.42 161.82 0.5 0.39
Hex 31 94 76 43 0 14 2A A2 32 27
Octal 61 224 166 103 0 24 52 242 62 47
Binary 110001 10010100 1110110 1000011 0 10100 101010 10100010 110010 100111

Color Harmonies of #319476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319476

Black with #319476

Text Example


Text Example

White with #319476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319476; }

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

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

background-color css

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

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

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

border-color css

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

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

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