Html Css Color HEX #319977 Gossamer

📋 copy color: '#319977'

red 49 ◦ green 153 ◦ blue 119

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

Shades of Gossamer #319977

Tints of Gossamer #319977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 15.26%
G = 47.66%
B = 37.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#319977 (or 0x319977) is known color: Gossamer. HEX triplet: 31, 99 and 77. RGB value is (49,153,119). Sum of RGB (Red+Green+Blue) = 49+153+119=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #319977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319977 is #CE6688. Grayscale: #767676. Windows color (decimal): -13526665 or 7838001. OLE color: 7838001.

HSL color Cylindrical-coordinate representation of color #319977: hue angle of 160.38º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319977 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 119 -
CMYK 0.68 0 0.22 0.4
HSL 160.38º 0.51% 0.4% -
HSV(B) 160.38º 0.68% 0.6% -
XYZ 15.99 24.77 21.39 -
YUV 118.03 128.54 78.76 -
System Red Green Blue C M Y K H S L
Decimal 49 153 119 0.68 0 0.22 0.4 160.38 0.51 0.4
Hex 31 99 77 44 0 16 28 A0 33 28
Octal 61 231 167 104 0 26 50 240 63 50
Binary 110001 10011001 1110111 1000100 0 10110 101000 10100000 110011 101000

Color Harmonies of #319977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319977

Black with #319977

Text Example


Text Example

White with #319977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319977; }

 p { color: rgb(49,153,119); }

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

background-color css

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

 a { background-color: rgb(49,153,119); }

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

border-color css

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

 span { border-color: rgb(49,153,119); }

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