Html Css Color HEX #319479 Gossamer

📋 copy color: '#319479'

red 49 ◦ green 148 ◦ blue 121

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

Shades of Gossamer #319479

Tints of Gossamer #319479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.05%

R = 15.41%
G = 46.54%
B = 38.05%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#319479 (or 0x319479) is known color: Gossamer. HEX triplet: 31, 94 and 79. RGB value is (49,148,121). Sum of RGB (Red+Green+Blue) = 49+148+121=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #319479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319479 is #CE6B86. Grayscale: #737373. Windows color (decimal): -13527943 or 7967793. OLE color: 7967793.

HSL color Cylindrical-coordinate representation of color #319479: hue angle of 163.64º 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 #319479 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 148 121 -
CMYK 0.67 0 0.18 0.42
HSL 163.64º 0.5% 0.39% -
HSV(B) 163.64º 0.67% 0.58% -
XYZ 15.31 23.21 21.76 -
YUV 115.32 131.2 80.7 -
System Red Green Blue C M Y K H S L
Decimal 49 148 121 0.67 0 0.18 0.42 163.64 0.5 0.39
Hex 31 94 79 43 0 12 2A A4 32 27
Octal 61 224 171 103 0 22 52 244 62 47
Binary 110001 10010100 1111001 1000011 0 10010 101010 10100100 110010 100111

Color Harmonies of #319479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319479

Black with #319479

Text Example


Text Example

White with #319479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319479; }

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

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

background-color css

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

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

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

border-color css

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

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

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