Html Css Color HEX #319683 Gossamer

📋 copy color: '#319683'

red 49 ◦ green 150 ◦ blue 131

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

Shades of Gossamer #319683

Tints of Gossamer #319683

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

 BLUE value IS 131 (51.56% from 255) = 39.7%

R = 14.85%
G = 45.45%
B = 39.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#319683 (or 0x319683) is known color: Gossamer. HEX triplet: 31, 96 and 83. RGB value is (49,150,131). Sum of RGB (Red+Green+Blue) = 49+150+131=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #319683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319683 is #CE697C. Grayscale: #757575. Windows color (decimal): -13527421 or 8623665. OLE color: 8623665.

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

Color convert

RGB 49 150 131 -
CMYK 0.67 0 0.13 0.41
HSL 168.71º 0.51% 0.39% -
HSV(B) 168.71º 0.67% 0.59% -
XYZ 16.27 24.1 25.27 -
YUV 117.64 135.54 79.04 -
System Red Green Blue C M Y K H S L
Decimal 49 150 131 0.67 0 0.13 0.41 168.71 0.51 0.39
Hex 31 96 83 43 0 D 29 A9 33 27
Octal 61 226 203 103 0 15 51 251 63 47
Binary 110001 10010110 10000011 1000011 0 1101 101001 10101001 110011 100111

Color Harmonies of #319683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319683

Black with #319683

Text Example


Text Example

White with #319683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319683; }

 p { color: rgb(49,150,131); }

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

background-color css

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

 a { background-color: rgb(49,150,131); }

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

border-color css

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

 span { border-color: rgb(49,150,131); }

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