Html Css Color HEX #319779 Gossamer

📋 copy color: '#319779'

red 49 ◦ green 151 ◦ blue 121

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

Shades of Gossamer #319779

Tints of Gossamer #319779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.04%

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

R = 15.26%
G = 47.04%
B = 37.69%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#319779 (or 0x319779) is known color: Gossamer. HEX triplet: 31, 97 and 79. RGB value is (49,151,121). Sum of RGB (Red+Green+Blue) = 49+151+121=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #319779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319779 is #CE6886. Grayscale: #757575. Windows color (decimal): -13527175 or 7968561. OLE color: 7968561.

HSL color Cylindrical-coordinate representation of color #319779: hue angle of 162.35º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319779 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 151 121 -
CMYK 0.68 0 0.20 0.41
HSL 162.35º 0.51% 0.39% -
HSV(B) 162.35º 0.68% 0.59% -
XYZ 15.78 24.17 21.92 -
YUV 117.08 130.21 79.44 -
System Red Green Blue C M Y K H S L
Decimal 49 151 121 0.68 0 0.20 0.41 162.35 0.51 0.39
Hex 31 97 79 44 0 14 29 A2 33 27
Octal 61 227 171 104 0 24 51 242 63 47
Binary 110001 10010111 1111001 1000100 0 10100 101001 10100010 110011 100111

Color Harmonies of #319779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319779

Black with #319779

Text Example


Text Example

White with #319779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319779; }

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

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

background-color css

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

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

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

border-color css

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

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

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