#31967C

Color #31967C Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #31967C

Tints of Gossamer #31967C

Color information

#31967C (or 0x31967C) is unknown color: approx 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

RGB49150124-
CMYK0.6700.170.41
HSL164.55º50.75%39.02%-
HSV(B)164.55º67.33%58.82%-
XYZ15.8123.9222.85-
YUV116.84132.0479.61-

RGB Variations

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

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 (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491501240.6700.170.41164.5550.7539.02
Hex31967C4301129a53327
Octal61226174103021512456347
Binary110001100101101111100100001101000110100110100101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>