Html Css Color HEX #31967C Gossamer

📋 copy color: '#31967C'

red 49 ◦ green 150 ◦ blue 124

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

Shades of Gossamer #31967C

Tints of Gossamer #31967C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 15.17%
G = 46.44%
B = 38.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#31967C (or 0x31967C) is known color: Gossamer. HEX triplet: 31, 96 and 7C. RGB value is (49,150,124). Sum of RGB (Red+Green+Blue) = 49+150+124=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #31967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31967C is #CE6983. Grayscale: #747474. Windows color (decimal): -13527428 or 8164913. OLE color: 8164913.

HSL color Cylindrical-coordinate representation of color #31967C: hue angle of 164.55º 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 #31967C is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 150 124 -
CMYK 0.67 0 0.17 0.41
HSL 164.55º 0.51% 0.39% -
HSV(B) 164.55º 0.67% 0.59% -
XYZ 15.81 23.92 22.85 -
YUV 116.84 132.04 79.61 -
System Red Green Blue C M Y K H S L
Decimal 49 150 124 0.67 0 0.17 0.41 164.55 0.51 0.39
Hex 31 96 7C 43 0 11 29 A5 33 27
Octal 61 226 174 103 0 21 51 245 63 47
Binary 110001 10010110 1111100 1000011 0 10001 101001 10100101 110011 100111

Color Harmonies of #31967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31967C

Black with #31967C

Text Example


Text Example

White with #31967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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