Html Css Color HEX #319575 Gossamer

📋 copy color: '#319575'

red 49 ◦ green 149 ◦ blue 117

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

Shades of Gossamer #319575

Tints of Gossamer #319575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.3%

 BLUE value IS 117 (46.09% from 255) = 37.14%

R = 15.56%
G = 47.3%
B = 37.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#319575 (or 0x319575) is known color: Gossamer. HEX triplet: 31, 95 and 75. RGB value is (49,149,117). Sum of RGB (Red+Green+Blue) = 49+149+117=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #319575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319575 is #CE6A8A. Grayscale: #737373. Windows color (decimal): -13527691 or 7705905. OLE color: 7705905.

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

Color convert

RGB 49 149 117 -
CMYK 0.67 0 0.21 0.42
HSL 160.8º 0.51% 0.39% -
HSV(B) 160.8º 0.67% 0.58% -
XYZ 15.22 23.43 20.55 -
YUV 115.45 128.87 80.6 -
System Red Green Blue C M Y K H S L
Decimal 49 149 117 0.67 0 0.21 0.42 160.8 0.51 0.39
Hex 31 95 75 43 0 15 2A A1 33 27
Octal 61 225 165 103 0 25 52 241 63 47
Binary 110001 10010101 1110101 1000011 0 10101 101010 10100001 110011 100111

Color Harmonies of #319575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319575

Black with #319575

Text Example


Text Example

White with #319575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319575; }

 p { color: rgb(49,149,117); }

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

background-color css

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

 a { background-color: rgb(49,149,117); }

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

border-color css

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

 span { border-color: rgb(49,149,117); }

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